Feat: import zsh config
This commit is contained in:
15
.gitmodules
vendored
15
.gitmodules
vendored
@@ -1,3 +1,18 @@
|
||||
[submodule "tmux/.tmux/plugins/tpm"]
|
||||
path = tmux/.tmux/plugins/tpm
|
||||
url = https://github.com/tmux-plugins/tpm.git
|
||||
[submodule "zsh/.config/zsh/zsh-syntax-highlighting"]
|
||||
path = zsh/.config/zsh/zsh-syntax-highlighting
|
||||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
[submodule "zsh/.config/zsh/zsh-autosuggestions"]
|
||||
path = zsh/.config/zsh/zsh-autosuggestions
|
||||
url = https://github.com/zsh-users/zsh-autosuggestions.git
|
||||
[submodule "zsh/.config/zsh/zsh-history-substring-search"]
|
||||
path = zsh/.config/zsh/zsh-history-substring-search
|
||||
url = https://github.com/zsh-users/zsh-history-substring-search
|
||||
[submodule "zsh/.config/zsh/auto-ls"]
|
||||
path = zsh/.config/zsh/auto-ls
|
||||
url = https://github.com/desyncr/auto-ls
|
||||
[submodule "zsh/.config/zsh/pure"]
|
||||
path = zsh/.config/zsh/pure
|
||||
url = https://github.com/sindresorhus/pure.git
|
||||
|
||||
Reference in New Issue
Block a user