fix: fixed paths in submodule

This commit is contained in:
2025-10-03 12:45:28 +02:00
parent c05b21f2a1
commit f298612f1f
2 changed files with 6 additions and 6 deletions

10
.gitmodules vendored
View File

@@ -1,8 +1,5 @@
[submodule ".ohmyzsh"]
path = .ohmyzsh
url = https://github.com/ohmyzsh/ohmyzsh.git
[submodule "/home/amy/.config/zsh_custom/themes/powerlevel10k"]
path = /home/amy/.config/zsh_custom/themes/powerlevel10k
[submodule ".config/zsh_custom/themes/powerlevel10k"]
path = .config/zsh_custom/themes/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git
[submodule ".config/zsh_custom/plugins/zsh-syntax-highlighting"]
path = .config/zsh_custom/plugins/zsh-syntax-highlighting
@@ -10,3 +7,6 @@
[submodule ".config/zsh_custom/plugins/zsh-autosuggestions"]
path = .config/zsh_custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule ".ohmyzsh"]
path = .ohmyzsh
url = https://github.com/ohmyzsh/ohmyzsh.git