From 93a45d631abd559b822178c1e20c0e9e62d56efe Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Tue, 5 Mar 2024 14:23:02 +0000 Subject: [PATCH] Add ZSH submodules --- .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..7d15114 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[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 +[submodule ".oh-my-zsh/custom/plugins/zsh-autosuggestions"] + path = .oh-my-zsh/custom/plugins/zsh-autosuggestions + url = https://github.com/zsh-users/zsh-autosuggestions 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