From cf8623bca198442161dfb1b17ef178f4d1ffc2fe Mon Sep 17 00:00:00 2001 From: Jonas H Date: Sun, 8 Mar 2026 22:20:21 +0100 Subject: [PATCH] add .gitmodules for zsh plugins --- .gitmodules | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitmodules 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