summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-08-02 07:03:12 +0300
committerGravatar Uko Kokņevičs2025-08-02 07:03:12 +0300
commitdaf61275db5807c4de3248ac21983c5028d12cda (patch)
tree48895468c5fadaa5406cce21800db42f06786f27 /.gitmodules
parentemacs: refix versions (diff)
downloaddotfiles-daf61275db5807c4de3248ac21983c5028d12cda.tar.gz
dotfiles-daf61275db5807c4de3248ac21983c5028d12cda.tar.xz
dotfiles-daf61275db5807c4de3248ac21983c5028d12cda.zip
Remove prezto, rewrite stuff myself
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