diff --git a/.config/zsh/plugins/pure b/.config/zsh/plugins/pure index 3b2606d..92b8e90 160000 --- a/.config/zsh/plugins/pure +++ b/.config/zsh/plugins/pure @@ -1 +1 @@ -Subproject commit 3b2606db2e7eb6f05c67b229b5e3c68a1c3947a6 +Subproject commit 92b8e9057988566b37ff695e70e2e9bbeb7196c8 diff --git a/.config/zsh/plugins/zsh-autosuggestions b/.config/zsh/plugins/zsh-autosuggestions index a411ef3..c3d4e57 160000 --- a/.config/zsh/plugins/zsh-autosuggestions +++ b/.config/zsh/plugins/zsh-autosuggestions @@ -1 +1 @@ -Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8 +Subproject commit c3d4e576c9c86eac62884bd47c01f6faed043fc5 diff --git a/.config/zsh/plugins/zsh-syntax-highlighting b/.config/zsh/plugins/zsh-syntax-highlighting index caa749d..e0165ea 160000 --- a/.config/zsh/plugins/zsh-syntax-highlighting +++ b/.config/zsh/plugins/zsh-syntax-highlighting @@ -1 +1 @@ -Subproject commit caa749d030d22168445c4cb97befd406d2828db0 +Subproject commit e0165eaa730dd0fa321a6a6de74f092fe87630b0 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f741459 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule ".config/zsh/plugins/pure"] + path = .config/zsh/plugins/pure + url = https://github.com/sindresorhus/pure +[submodule ".config/zsh/plugins/zsh-autosuggestions"] + path = .config/zsh/plugins/zsh-autosuggestions + url = https://github.com/zsh-users/zsh-autosuggestions +[submodule ".config/zsh/plugins/zsh-syntax-highlighting"] + path = .config/zsh/plugins/zsh-syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting