Add zsh extensions as git modules

This commit is contained in:
ItsDrike 2021-07-20 23:43:48 +02:00
parent 36fc25b4ee
commit 051afb1573
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
6 changed files with 15 additions and 1 deletions

9
.gitmodules vendored
View file

@ -1,3 +1,12 @@
[submodule "root/usr/local/src/dmenu"]
path = "root/usr/local/src/dmenu"
url = "https://github.com/ItsDrike/dmenu"
[submodule "root/usr/share/zsh/site-functions/zsh-autosuggestions"]
path = "root/usr/share/zsh/site-functions/zsh-autosuggestions"
url = "https://github.com/zsh-users/zsh-autosuggestions"
[submodule "root/usr/share/zsh/site-functions/zsh-syntax-highlighting"]
path = "root/usr/share/zsh/site-functions/zsh-syntax-highlighting"
url = "https://github.com/zsh-users/zsh-syntax-highlighting"
[submodule "home/.local/src/z.lua"]
path = "home/.local/src/z.lua"
url = "https://github.com/skywind3000/z.lua"