feat: add zsh plugins and update configuration files
This commit is contained in:
9
.gitmodules
vendored
Normal file
9
.gitmodules
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
[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
|
Reference in New Issue
Block a user