add source code of other tools as submodules
This commit is contained in:
parent
0f3e0792a1
commit
6d943b9163
|
@ -1,3 +1,12 @@
|
|||
[submodule ".local/share/zsh/plugins/fast-syntax-highlighlighting"]
|
||||
path = .local/share/zsh/plugins/fast-syntax-highlighlighting
|
||||
url = https://github.com/zdharma-continuum/fast-syntax-highlighting
|
||||
[submodule ".local/src/dwm"]
|
||||
path = .local/src/dwm
|
||||
url = https://git.snaile.de/luca/dwm
|
||||
[submodule ".local/src/dmenu"]
|
||||
path = .local/src/dmenu
|
||||
url = https://git.snaile.de/luca/dmenu
|
||||
[submodule ".local/src/dwmblocks"]
|
||||
path = .local/src/dwmblocks
|
||||
url = https://git.snaile.de/luca/dwmblocks
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit cabef8bdf803b9fc267b06b7643d1c089ed1d680
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 74a0baccf467bb50eff5f8986b251d67a43cea71
|
|
@ -0,0 +1 @@
|
|||
Subproject commit ca6d093c96cc5887c9976ab3937810f6d498555c
|
Loading…
Reference in New Issue