summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules12
1 files changed, 9 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index ce1794f..1d373fa 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,9 @@
1[submodule "zsh/.config/zsh/.zprezto"] 1[submodule "zsh/.config/zsh/p10k"]
2 path = zsh/.config/zsh/.zprezto 2 path = zsh/.config/zsh/p10k
3 url = https://github.com/sorin-ionescu/prezto.git 3 url = https://github.com/romkatv/powerlevel10k.git
4[submodule "zsh/.config/zsh/zsh-syntax-highlighting"]
5 path = zsh/.config/zsh/zsh-syntax-highlighting
6 url = https://github.com/zsh-users/zsh-syntax-highlighting
7[submodule "zsh/.config/zsh/zsh-autosuggestions"]
8 path = zsh/.config/zsh/zsh-autosuggestions
9 url = https://github.com/zsh-users/zsh-autosuggestions