From ae110cb07637a53686329fbfcd9b78eaa5d63edf Mon Sep 17 00:00:00 2001 From: mitchell Date: Sat, 11 Jul 2026 15:29:51 -0400 Subject: [PATCH] feat(zsh): add .zsh with zsh-users plugins --- .gitmodules | 9 +++++++++ zsh/dot-zsh/zsh-autosuggestions | 1 + zsh/dot-zsh/zsh-history-substring-search | 1 + zsh/dot-zsh/zsh-syntax-highlighting | 1 + 4 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 160000 zsh/dot-zsh/zsh-autosuggestions create mode 160000 zsh/dot-zsh/zsh-history-substring-search create mode 160000 zsh/dot-zsh/zsh-syntax-highlighting 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