add tmux plugins
This commit is contained in:
24
.gitmodules
vendored
24
.gitmodules
vendored
@ -1,9 +1,15 @@
|
||||
[submodule "zsh/plugins/zsh-autosuggestions"]
|
||||
path = zsh/plugins/zsh-autosuggestions
|
||||
url = https://github.com/zsh-users/zsh-autosuggestions
|
||||
[submodule "zsh/plugins/zsh-syntax-highlighting"]
|
||||
path = zsh/plugins/zsh-syntax-highlighting
|
||||
url = https://github.com/zsh-users/zsh-syntax-highlighting
|
||||
[submodule "zsh/themes/powerlevel10k"]
|
||||
path = zsh/themes/powerlevel10k
|
||||
url = https://github.com/romkatv/powerlevel10k
|
||||
[submodule "zsh/plugins/zsh-autosuggestions"]
|
||||
path = zsh/plugins/zsh-autosuggestions
|
||||
url = https://github.com/zsh-users/zsh-autosuggestions
|
||||
[submodule "zsh/plugins/zsh-syntax-highlighting"]
|
||||
path = zsh/plugins/zsh-syntax-highlighting
|
||||
url = https://github.com/zsh-users/zsh-syntax-highlighting
|
||||
[submodule "zsh/themes/powerlevel10k"]
|
||||
path = zsh/themes/powerlevel10k
|
||||
url = https://github.com/romkatv/powerlevel10k
|
||||
[submodule ".config/tmux/plugins/tpm"]
|
||||
path = .config/tmux/plugins/tpm
|
||||
url = https://github.com/tmux-plugins/tpm
|
||||
[submodule ".config/tmux/plugins/catppuccin-tmux"]
|
||||
path = .config/tmux/plugins/catppuccin-tmux
|
||||
url = https://github.com/catppuccin/tmux
|
||||
|
Reference in New Issue
Block a user