From bd6b676b0be3814f60f17aa0124cf247dee48e7c Mon Sep 17 00:00:00 2001 From: Guz013 Date: Thu, 19 Oct 2023 16:43:40 -0300 Subject: [PATCH] initial commit --- .gitmodules | 12 ++++++++++++ .oh-my-zsh/custom/plugins/zsh-autocomplete | 1 + .oh-my-zsh/custom/plugins/zsh-autosuggestions | 1 + .oh-my-zsh/custom/plugins/zsh-syntax-highlighting | 1 + .oh-my-zsh/zsh-autosuggestions | 1 + 5 files changed, 16 insertions(+) create mode 100644 .gitmodules create mode 160000 .oh-my-zsh/custom/plugins/zsh-autocomplete create mode 160000 .oh-my-zsh/custom/plugins/zsh-autosuggestions create mode 160000 .oh-my-zsh/custom/plugins/zsh-syntax-highlighting create mode 160000 .oh-my-zsh/zsh-autosuggestions diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e9e0c19 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule ".oh-my-zsh/zsh-autosuggestions"] + path = .oh-my-zsh/zsh-autosuggestions + url = https://github.com/zsh-users/zsh-autosuggestions.git +[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.git +[submodule ".oh-my-zsh/custom/plugins/zsh-autosuggestions"] + path = .oh-my-zsh/custom/plugins/zsh-autosuggestions + url = https://github.com/zsh-users/zsh-autosuggestions.git +[submodule ".oh-my-zsh/custom/plugins/zsh-autocomplete"] + path = .oh-my-zsh/custom/plugins/zsh-autocomplete + url = https://github.com/marlonrichert/zsh-autocomplete.git diff --git a/.oh-my-zsh/custom/plugins/zsh-autocomplete b/.oh-my-zsh/custom/plugins/zsh-autocomplete new file mode 160000 index 0000000..afc5afd --- /dev/null +++ b/.oh-my-zsh/custom/plugins/zsh-autocomplete @@ -0,0 +1 @@ +Subproject commit afc5afd15fe093bfd96faa521abe0255334c85b0 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..143b25e --- /dev/null +++ b/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit 143b25eb98aa3227af63bd7f04413e1b3e7888ec diff --git a/.oh-my-zsh/zsh-autosuggestions b/.oh-my-zsh/zsh-autosuggestions new file mode 160000 index 0000000..c3d4e57 --- /dev/null +++ b/.oh-my-zsh/zsh-autosuggestions @@ -0,0 +1 @@ +Subproject commit c3d4e576c9c86eac62884bd47c01f6faed043fc5