[zsh] added submodules

This commit is contained in:
Afonso Franco 2024-04-27 16:01:08 +01:00
parent ddc69c486a
commit 10a6ca0d28
Signed by: afonso
SSH key fingerprint: SHA256:aiLbdlPwXKJS5wMnghdtod0SPy8imZjlVvCyUX9DJNk
9 changed files with 35 additions and 0 deletions

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

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

@ -0,0 +1 @@
Subproject commit 671291a0dba1971d5c87a0cdc809711a9b7636fa

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

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

@ -0,0 +1 @@
Subproject commit 8dd05bfcc12b0cd1ee9ea64be725b3d9f713cf64

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

@ -0,0 +1 @@
Subproject commit 287efa19ec492b2f24bb93d1f4eaac3049743a63

27
.gitmodules vendored Normal file
View file

@ -0,0 +1,27 @@
[submodule ".config/zsh/plugins/.config/zsh/plugins/fast-syntax-highlighting"]
path = .config/zsh/plugins/.config/zsh/plugins/fast-syntax-highlighting
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git
[submodule ".config/zsh/plugins/fzf-zsh-plugin"]
path = .config/zsh/plugins/fzf-zsh-plugin
url = https://github.com/unixorn/fzf-zsh-plugin.git
[submodule ".config/zsh/plugins/fast-syntax-highlighting"]
path = .config/zsh/plugins/fast-syntax-highlighting
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git
[submodule ".config/zsh/plugins/fzf-tab"]
path = .config/zsh/plugins/fzf-tab
url = https://github.com/Aloxaf/fzf-tab
[submodule ".config/zsh/plugins/zsh-autosuggestions"]
path = .config/zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule ".config/zsh/plugins/zsh-completions"]
path = .config/zsh/plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions
[submodule ".config/zsh/plugins/zsh-history-substring-search"]
path = .config/zsh/plugins/zsh-history-substring-search
url = https://github.com/zsh-users/zsh-history-substring-search
[submodule ".config/zsh/plugins/zsh-syntax-highlighting"]
path = .config/zsh/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule ".config/zsh/plugins/zsh-vi-mode"]
path = .config/zsh/plugins/zsh-vi-mode
url = https://github.com/jeffreytse/zsh-vi-mode