diff --git a/.config/zsh/plugins/fast-syntax-highlighting b/.config/zsh/plugins/fast-syntax-highlighting new file mode 160000 index 0000000..cf318e0 --- /dev/null +++ b/.config/zsh/plugins/fast-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit cf318e06a9b7c9f2219d78f41b46fa6e06011fd9 diff --git a/.config/zsh/plugins/fzf-tab b/.config/zsh/plugins/fzf-tab new file mode 160000 index 0000000..c7fb028 --- /dev/null +++ b/.config/zsh/plugins/fzf-tab @@ -0,0 +1 @@ +Subproject commit c7fb028ec0bbc1056c51508602dbd61b0f475ac3 diff --git a/.config/zsh/plugins/fzf-zsh-plugin b/.config/zsh/plugins/fzf-zsh-plugin new file mode 160000 index 0000000..671291a --- /dev/null +++ b/.config/zsh/plugins/fzf-zsh-plugin @@ -0,0 +1 @@ +Subproject commit 671291a0dba1971d5c87a0cdc809711a9b7636fa diff --git a/.config/zsh/plugins/zsh-autosuggestions b/.config/zsh/plugins/zsh-autosuggestions new file mode 160000 index 0000000..c3d4e57 --- /dev/null +++ b/.config/zsh/plugins/zsh-autosuggestions @@ -0,0 +1 @@ +Subproject commit c3d4e576c9c86eac62884bd47c01f6faed043fc5 diff --git a/.config/zsh/plugins/zsh-completions b/.config/zsh/plugins/zsh-completions new file mode 160000 index 0000000..b1cf651 --- /dev/null +++ b/.config/zsh/plugins/zsh-completions @@ -0,0 +1 @@ +Subproject commit b1cf65187047a83e27a0847bd565dcf28b5be465 diff --git a/.config/zsh/plugins/zsh-history-substring-search b/.config/zsh/plugins/zsh-history-substring-search new file mode 160000 index 0000000..8dd05bf --- /dev/null +++ b/.config/zsh/plugins/zsh-history-substring-search @@ -0,0 +1 @@ +Subproject commit 8dd05bfcc12b0cd1ee9ea64be725b3d9f713cf64 diff --git a/.config/zsh/plugins/zsh-syntax-highlighting b/.config/zsh/plugins/zsh-syntax-highlighting new file mode 160000 index 0000000..e0165ea --- /dev/null +++ b/.config/zsh/plugins/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit e0165eaa730dd0fa321a6a6de74f092fe87630b0 diff --git a/.config/zsh/plugins/zsh-vi-mode b/.config/zsh/plugins/zsh-vi-mode new file mode 160000 index 0000000..287efa1 --- /dev/null +++ b/.config/zsh/plugins/zsh-vi-mode @@ -0,0 +1 @@ +Subproject commit 287efa19ec492b2f24bb93d1f4eaac3049743a63 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..28695dd --- /dev/null +++ b/.gitmodules @@ -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