undo silly .gitmodule change, I'm gonna have to find a better way of doing this
This commit is contained in:
parent
9a78476091
commit
dbd5d4970d
|
@ -1,21 +1,21 @@
|
|||
[submodule ".config/nvim"]
|
||||
path = .config/nvim
|
||||
url = https://github.com/ssnailed/snailvim
|
||||
url = https://git.snaile.de/luca/snailvim
|
||||
[submodule ".local/src/dwm"]
|
||||
path = .local/src/dwm
|
||||
url = https://github.com/ssnailed/dwm
|
||||
url = https://git.snaile.de/luca/dwm
|
||||
[submodule ".local/src/dwmblocks"]
|
||||
path = .local/src/dwmblocks
|
||||
url = https://github.com/ssnailed/dwmblocks
|
||||
url = https://git.snaile.de/luca/dwmblocks
|
||||
[submodule ".local/src/dmenu"]
|
||||
path = .local/src/dmenu
|
||||
url = https://github.com/ssnailed/dmenu
|
||||
url = https://git.snaile.de/luca/dmenu
|
||||
[submodule ".local/share/icons/tokyonight"]
|
||||
path = .local/share/icons/tokyonight
|
||||
url = https://github.com/ssnailed/tokyonight-icons
|
||||
url = https://git.snaile.de/luca/tokyonight-icons
|
||||
[submodule ".local/share/themes/tokyonight"]
|
||||
path = .local/share/themes/tokyonight
|
||||
url = https://github.com/ssnailed/tokyonight-theme
|
||||
url = https://git.snaile.de/luca/tokyonight-theme
|
||||
[submodule ".config/zsh/plugins/fast-syntax-highlighting"]
|
||||
path = .config/zsh/plugins/fast-syntax-highlighting
|
||||
url = https://github.com/zdharma-continuum/fast-syntax-highlighting
|
||||
|
|
Loading…
Reference in New Issue