mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
[!] manage plugins by submodules
This commit is contained in:
parent
48e71f5117
commit
8981c8dfbc
12 changed files with 24 additions and 297 deletions
15
.gitmodules
vendored
15
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue