Skip to content

Commit

Permalink
feat: cleanup directories (#104)
Browse files Browse the repository at this point in the history
* fix: remove the duplicate and misspelt directory '.github/ISSUE_TAMPLATE'

* feat: move the plugins directory to be part of the repo
  • Loading branch information
wintermi authored Jan 16, 2023
1 parent 7c3cfe0 commit 4fc2dbf
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 122 deletions.
75 changes: 0 additions & 75 deletions .github/ISSUE_TAMPLATE/bug_report.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/ISSUE_TAMPLATE/config.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/ISSUE_TAMPLATE/feature_request.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Thumbs.db
*.code-workspace

# Zap Ignores
plugins/
plugins/**/
installed_plugins
1 change: 0 additions & 1 deletion install.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ main() {
}

git clone -b "${BRANCH:-master}" https://github.com/zap-zsh/zap.git "$ZAP_DIR" > /dev/null 2>&1 || { echo "❌ Failed to install Zap" && return 2 }
mkdir -p "$ZAP_DIR/plugins"

# @formatter:off
if ! grep -q '[ -f "$HOME/.local/share/zap/zap.zsh" ] && source "$HOME/.local/share/zap/zap.zsh"' "$ZSHRC"; then
Expand Down
Empty file added plugins/.gitkeep
Empty file.

0 comments on commit 4fc2dbf

Please sign in to comment.