add zsh plugins submodules

This commit is contained in:
frosty 2024-05-18 03:26:26 -04:00
parent 3754101a03
commit db38023c29
4 changed files with 12 additions and 0 deletions

9
.gitmodules vendored
View file

@ -1,3 +1,12 @@
[submodule ".local/share/themes/icecubes"] [submodule ".local/share/themes/icecubes"]
path = .local/share/themes/icecubes path = .local/share/themes/icecubes
url = https://gitlab.com/frostalicious/icecubes url = https://gitlab.com/frostalicious/icecubes
[submodule ".local/share/zsh/plugins/zsh-autosuggestions"]
path = .local/share/zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule ".local/share/zsh/plugins/zsh-completions"]
path = .local/share/zsh/plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions
[submodule ".local/share/zsh-syntax-highlighting"]
path = .local/share/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting

@ -0,0 +1 @@
Subproject commit e0165eaa730dd0fa321a6a6de74f092fe87630b0

@ -0,0 +1 @@
Subproject commit c3d4e576c9c86eac62884bd47c01f6faed043fc5

@ -0,0 +1 @@
Subproject commit b1cf65187047a83e27a0847bd565dcf28b5be465