Repo Substructure
This commit is contained in:
parent
873ea00395
commit
f5a59927f2
5 changed files with 13 additions and 5 deletions
12
.gitmodules
vendored
12
.gitmodules
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue