From 00e0ce45e61990d8870bb81cb743a961bddfd5ca Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Tue, 5 Mar 2024 14:27:18 +0000 Subject: [PATCH] Properly add zsh-syntax-highlighting and zsh-autosuggestions --- .gitmodules | 6 ++++++ .oh-my-zsh/custom/plugins/zsh-autosuggestions | 1 + .oh-my-zsh/custom/plugins/zsh-syntax-highlighting | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 .oh-my-zsh/custom/plugins/zsh-autosuggestions create mode 160000 .oh-my-zsh/custom/plugins/zsh-syntax-highlighting diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..24459ff --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule ".oh-my-zsh/custom/plugins/zsh-autosuggestions"] + path = .oh-my-zsh/custom/plugins/zsh-autosuggestions + url = https://github.com/zsh-users/zsh-autosuggestions +[submodule ".oh-my-zsh/custom/plugins/zsh-syntax-highlighting"] + path = .oh-my-zsh/custom/plugins/zsh-syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting diff --git a/.oh-my-zsh/custom/plugins/zsh-autosuggestions b/.oh-my-zsh/custom/plugins/zsh-autosuggestions new file mode 160000 index 0000000..c3d4e57 --- /dev/null +++ b/.oh-my-zsh/custom/plugins/zsh-autosuggestions @@ -0,0 +1 @@ +Subproject commit c3d4e576c9c86eac62884bd47c01f6faed043fc5 diff --git a/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting b/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting new file mode 160000 index 0000000..e0165ea --- /dev/null +++ b/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit e0165eaa730dd0fa321a6a6de74f092fe87630b0