Skip to content

Commit

Permalink
improvement: change tmux and oh-my-zsh plgins to .gitmodules
Browse files Browse the repository at this point in the history
  • Loading branch information
EscapeLife authored and misssun committed Nov 26, 2020
1 parent a341517 commit 0fce5cf
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 13 deletions.
21 changes: 12 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[submodule "tmux/plugins/tpm"]
path = tmux/tpm
url = https://github.com/tmux-plugins/tpm

[submodule "oh-my-zsh/custom/plugins/zsh-autosuggestions"]
path = oh-my-zsh/custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
path = oh-my-zsh/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git

[submodule "oh-my-zsh/custom/plugins/zsh-completions"]
path = oh-my-zsh/custom/plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions
path = oh-my-zsh/zsh-completions
url = https://github.com/zsh-users/zsh-completions

[submodule "oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
path = oh-my-zsh/custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "tmux/plugins/tpm"]
path = tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm
path = oh-my-zsh/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
1 change: 0 additions & 1 deletion oh-my-zsh/custom/plugins/zsh-autosuggestions
Submodule zsh-autosuggestions deleted from 70f36c
1 change: 0 additions & 1 deletion oh-my-zsh/custom/plugins/zsh-completions
Submodule zsh-completions deleted from cf5652
1 change: 0 additions & 1 deletion oh-my-zsh/custom/plugins/zsh-syntax-highlighting
Submodule zsh-syntax-highlighting deleted from 809443
1 change: 0 additions & 1 deletion tmux/plugins/tpm
Submodule tpm deleted from 476f6c
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0fce5cf

Please sign in to comment.