[zsh] added submodules
This commit is contained in:
parent
ddc69c486a
commit
10a6ca0d28
9 changed files with 35 additions and 0 deletions
27
.gitmodules
vendored
Normal file
27
.gitmodules
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
[submodule ".config/zsh/plugins/.config/zsh/plugins/fast-syntax-highlighting"]
|
||||
path = .config/zsh/plugins/.config/zsh/plugins/fast-syntax-highlighting
|
||||
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git
|
||||
[submodule ".config/zsh/plugins/fzf-zsh-plugin"]
|
||||
path = .config/zsh/plugins/fzf-zsh-plugin
|
||||
url = https://github.com/unixorn/fzf-zsh-plugin.git
|
||||
[submodule ".config/zsh/plugins/fast-syntax-highlighting"]
|
||||
path = .config/zsh/plugins/fast-syntax-highlighting
|
||||
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git
|
||||
[submodule ".config/zsh/plugins/fzf-tab"]
|
||||
path = .config/zsh/plugins/fzf-tab
|
||||
url = https://github.com/Aloxaf/fzf-tab
|
||||
[submodule ".config/zsh/plugins/zsh-autosuggestions"]
|
||||
path = .config/zsh/plugins/zsh-autosuggestions
|
||||
url = https://github.com/zsh-users/zsh-autosuggestions
|
||||
[submodule ".config/zsh/plugins/zsh-completions"]
|
||||
path = .config/zsh/plugins/zsh-completions
|
||||
url = https://github.com/zsh-users/zsh-completions
|
||||
[submodule ".config/zsh/plugins/zsh-history-substring-search"]
|
||||
path = .config/zsh/plugins/zsh-history-substring-search
|
||||
url = https://github.com/zsh-users/zsh-history-substring-search
|
||||
[submodule ".config/zsh/plugins/zsh-syntax-highlighting"]
|
||||
path = .config/zsh/plugins/zsh-syntax-highlighting
|
||||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
[submodule ".config/zsh/plugins/zsh-vi-mode"]
|
||||
path = .config/zsh/plugins/zsh-vi-mode
|
||||
url = https://github.com/jeffreytse/zsh-vi-mode
|
Loading…
Add table
Add a link
Reference in a new issue