From 88e01e82614df1540305158700761f6739fccf9b Mon Sep 17 00:00:00 2001 From: Jens Luedicke Date: Wed, 15 Oct 2025 13:54:10 +0200 Subject: [PATCH] Add zsh-autosuggestions and zsh-syntax-highlighting as git submodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added both plugins as git submodules in zsh/custom-plugins/ - Created symlinks in oh-my-zsh custom plugins directory - Plugins are now properly managed and will work with the existing oh-my-zsh setup 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .gitmodules | 6 ++++++ zsh/custom-plugins/zsh-autosuggestions | 1 + zsh/custom-plugins/zsh-syntax-highlighting | 1 + 3 files changed, 8 insertions(+) create mode 160000 zsh/custom-plugins/zsh-autosuggestions create mode 160000 zsh/custom-plugins/zsh-syntax-highlighting diff --git a/.gitmodules b/.gitmodules index c6c501f..d92bbd1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule "zsh/oh-my-zsh"] path = zsh/oh-my-zsh url = https://github.com/ohmyzsh/ohmyzsh.git +[submodule "zsh/custom-plugins/zsh-autosuggestions"] + path = zsh/custom-plugins/zsh-autosuggestions + url = https://github.com/zsh-users/zsh-autosuggestions +[submodule "zsh/custom-plugins/zsh-syntax-highlighting"] + path = zsh/custom-plugins/zsh-syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting diff --git a/zsh/custom-plugins/zsh-autosuggestions b/zsh/custom-plugins/zsh-autosuggestions new file mode 160000 index 0000000..85919cd --- /dev/null +++ b/zsh/custom-plugins/zsh-autosuggestions @@ -0,0 +1 @@ +Subproject commit 85919cd1ffa7d2d5412f6d3fe437ebdbeeec4fc5 diff --git a/zsh/custom-plugins/zsh-syntax-highlighting b/zsh/custom-plugins/zsh-syntax-highlighting new file mode 160000 index 0000000..5eb677b --- /dev/null +++ b/zsh/custom-plugins/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit 5eb677bb0fa9a3e60f0eff031dc13926e093df92