Repo Substructure

This commit is contained in:
Elmar Sönser 2021-11-29 11:50:53 +01:00
commit f5a59927f2
5 changed files with 13 additions and 5 deletions

12
.gitmodules vendored
View file

@ -2,11 +2,15 @@
path = .oh-my-zsh
url = https://git.gc4.at/linux/ohmyzsh
[submodule ".oh-my-zsh/custom/plugins/zsh-autosuggestions"]
path = .oh-my-zsh/custom/plugins/zsh-autosuggestions
[submodule "plugins/zsh-autosuggestions"]
path = plugins/zsh-autosuggestions
url = https://git.gc4.at/linux/zsh-autosuggestions
[submodule ".oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
path = .oh-my-zsh/custom/plugins/zsh-syntax-highlighting
[submodule "plugins/zsh-syntax-highlighting"]
path = plugins/zsh-syntax-highlighting
url = https://git.gc4.at/linux/zsh-syntax-highlighting
[submodule "themes/powerlevel10k"]
path = themes/powerlevel10k
url = https://git.gc4.at/linux/powerlevel10k.git