mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 04:00:42 +00:00
Add zsh extensions as git modules
This commit is contained in:
parent
36fc25b4ee
commit
051afb1573
6 changed files with 15 additions and 1 deletions
9
.gitmodules
vendored
9
.gitmodules
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue