Move to submodules

This commit is contained in:
James Coleman 2024-08-12 18:08:59 -05:00
parent 5a733b2c15
commit 8ae344b2ca
4 changed files with 12 additions and 3 deletions

@ -1 +1 @@
Subproject commit 3b2606db2e7eb6f05c67b229b5e3c68a1c3947a6
Subproject commit 92b8e9057988566b37ff695e70e2e9bbeb7196c8

@ -1 +1 @@
Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8
Subproject commit c3d4e576c9c86eac62884bd47c01f6faed043fc5

@ -1 +1 @@
Subproject commit caa749d030d22168445c4cb97befd406d2828db0
Subproject commit e0165eaa730dd0fa321a6a6de74f092fe87630b0

9
.gitmodules vendored Normal file
View File

@ -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