From db38023c293ff67f757d29c2fe3e293445974bd3 Mon Sep 17 00:00:00 2001 From: frosty Date: Sat, 18 May 2024 03:26:26 -0400 Subject: [PATCH] add zsh plugins submodules --- .gitmodules | 9 +++++++++ .local/share/zsh-syntax-highlighting | 1 + .local/share/zsh/plugins/zsh-autosuggestions | 1 + .local/share/zsh/plugins/zsh-completions | 1 + 4 files changed, 12 insertions(+) create mode 160000 .local/share/zsh-syntax-highlighting create mode 160000 .local/share/zsh/plugins/zsh-autosuggestions create mode 160000 .local/share/zsh/plugins/zsh-completions diff --git a/.gitmodules b/.gitmodules index 38637cb..20a909e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,12 @@ [submodule ".local/share/themes/icecubes"] path = .local/share/themes/icecubes url = https://gitlab.com/frostalicious/icecubes +[submodule ".local/share/zsh/plugins/zsh-autosuggestions"] + path = .local/share/zsh/plugins/zsh-autosuggestions + url = https://github.com/zsh-users/zsh-autosuggestions +[submodule ".local/share/zsh/plugins/zsh-completions"] + path = .local/share/zsh/plugins/zsh-completions + url = https://github.com/zsh-users/zsh-completions +[submodule ".local/share/zsh-syntax-highlighting"] + path = .local/share/zsh-syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting diff --git a/.local/share/zsh-syntax-highlighting b/.local/share/zsh-syntax-highlighting new file mode 160000 index 0000000..e0165ea --- /dev/null +++ b/.local/share/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit e0165eaa730dd0fa321a6a6de74f092fe87630b0 diff --git a/.local/share/zsh/plugins/zsh-autosuggestions b/.local/share/zsh/plugins/zsh-autosuggestions new file mode 160000 index 0000000..c3d4e57 --- /dev/null +++ b/.local/share/zsh/plugins/zsh-autosuggestions @@ -0,0 +1 @@ +Subproject commit c3d4e576c9c86eac62884bd47c01f6faed043fc5 diff --git a/.local/share/zsh/plugins/zsh-completions b/.local/share/zsh/plugins/zsh-completions new file mode 160000 index 0000000..b1cf651 --- /dev/null +++ b/.local/share/zsh/plugins/zsh-completions @@ -0,0 +1 @@ +Subproject commit b1cf65187047a83e27a0847bd565dcf28b5be465