diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..03d9733 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "zsh/dot-zsh/zsh-autosuggestions"] + path = zsh/dot-zsh/zsh-autosuggestions + url = https://github.com/zsh-users/zsh-autosuggestions.git +[submodule "zsh/dot-zsh/zsh-history-substring-search"] + path = zsh/dot-zsh/zsh-history-substring-search + url = https://github.com/zsh-users/zsh-history-substring-search.git +[submodule "zsh/dot-zsh/zsh-syntax-highlighting"] + path = zsh/dot-zsh/zsh-syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting.git diff --git a/zsh/dot-zsh/zsh-autosuggestions b/zsh/dot-zsh/zsh-autosuggestions new file mode 160000 index 0000000..85919cd --- /dev/null +++ b/zsh/dot-zsh/zsh-autosuggestions @@ -0,0 +1 @@ +Subproject commit 85919cd1ffa7d2d5412f6d3fe437ebdbeeec4fc5 diff --git a/zsh/dot-zsh/zsh-history-substring-search b/zsh/dot-zsh/zsh-history-substring-search new file mode 160000 index 0000000..14c8d2e --- /dev/null +++ b/zsh/dot-zsh/zsh-history-substring-search @@ -0,0 +1 @@ +Subproject commit 14c8d2e0ffaee98f2df9850b19944f32546fdea5 diff --git a/zsh/dot-zsh/zsh-syntax-highlighting b/zsh/dot-zsh/zsh-syntax-highlighting new file mode 160000 index 0000000..1d85c69 --- /dev/null +++ b/zsh/dot-zsh/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit 1d85c692615a25fe2293bdd44b34c217d5d2bf04