[zsh] added submodules
This commit is contained in:
parent
ddc69c486a
commit
10a6ca0d28
9 changed files with 35 additions and 0 deletions
1
.config/zsh/plugins/fast-syntax-highlighting
Submodule
1
.config/zsh/plugins/fast-syntax-highlighting
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit cf318e06a9b7c9f2219d78f41b46fa6e06011fd9
|
1
.config/zsh/plugins/fzf-tab
Submodule
1
.config/zsh/plugins/fzf-tab
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit c7fb028ec0bbc1056c51508602dbd61b0f475ac3
|
1
.config/zsh/plugins/fzf-zsh-plugin
Submodule
1
.config/zsh/plugins/fzf-zsh-plugin
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 671291a0dba1971d5c87a0cdc809711a9b7636fa
|
1
.config/zsh/plugins/zsh-autosuggestions
Submodule
1
.config/zsh/plugins/zsh-autosuggestions
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit c3d4e576c9c86eac62884bd47c01f6faed043fc5
|
1
.config/zsh/plugins/zsh-completions
Submodule
1
.config/zsh/plugins/zsh-completions
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit b1cf65187047a83e27a0847bd565dcf28b5be465
|
1
.config/zsh/plugins/zsh-history-substring-search
Submodule
1
.config/zsh/plugins/zsh-history-substring-search
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 8dd05bfcc12b0cd1ee9ea64be725b3d9f713cf64
|
1
.config/zsh/plugins/zsh-syntax-highlighting
Submodule
1
.config/zsh/plugins/zsh-syntax-highlighting
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit e0165eaa730dd0fa321a6a6de74f092fe87630b0
|
1
.config/zsh/plugins/zsh-vi-mode
Submodule
1
.config/zsh/plugins/zsh-vi-mode
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 287efa19ec492b2f24bb93d1f4eaac3049743a63
|
27
.gitmodules
vendored
Normal file
27
.gitmodules
vendored
Normal 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
|
Loading…
Reference in a new issue