mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-08-10 08:09:35 +00:00
feat(zsh): add .zsh with zsh-users plugins
This commit is contained in:
parent
11d574fae2
commit
ae110cb076
4 changed files with 12 additions and 0 deletions
9
.gitmodules
vendored
Normal file
9
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[submodule "zsh/dot-zsh/zsh-autosuggestions"]
|
||||
path = zsh/dot-zsh/zsh-autosuggestions
|
||||
url = https://github.com/zsh-users/zsh-autosuggestions.git
|
||||
[submodule "zsh/dot-zsh/zsh-history-substring-search"]
|
||||
path = zsh/dot-zsh/zsh-history-substring-search
|
||||
url = https://github.com/zsh-users/zsh-history-substring-search.git
|
||||
[submodule "zsh/dot-zsh/zsh-syntax-highlighting"]
|
||||
path = zsh/dot-zsh/zsh-syntax-highlighting
|
||||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
Loading…
Add table
Add a link
Reference in a new issue