diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..595f031 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,11 @@ +[submodule "zshrc/.zsh/plugins/zsh-autosuggestions"] + path = zshrc/.zsh/plugins/zsh-autosuggestions + url = https://github.com/zsh-users/zsh-autosuggestions + +[submodule "zshrc/.zsh/plugins/zsh-history-substring-search"] + path = zshrc/.zsh/plugins/zsh-history-substring-search + url = https://github.com/zsh-users/zsh-history-substring-search + +[submodule "zshrc/.zsh/plugins/zsh-syntax-highlighting"] + path = zshrc/.zsh/plugins/zsh-syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting