[!] manage plugins by submodules

This commit is contained in:
15cm 2018-02-06 18:07:31 -05:00
commit 8981c8dfbc
12 changed files with 24 additions and 297 deletions

15
.gitmodules vendored
View file

@ -2,3 +2,18 @@
path = plugins/fz
url = https://github.com/changyuheng/fz.git
branch = master
[submodule "custom/plugins/zce"]
path = custom/plugins/zce
url = https://github.com/hchbaw/zce.zsh
[submodule "custom/plugins/zsh-autosuggestions"]
path = custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule "custom/plugins/zsh-nvm"]
path = custom/plugins/zsh-nvm
url = https://github.com/lukechilds/zsh-nvm
[submodule "custom/plugins/zsh-syntax-highlighting"]
path = custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting
[submodule "custom/plugins/cd-gitroot"]
path = custom/plugins/cd-gitroot
url = https://github.com/mollifier/cd-gitroot