From daf61275db5807c4de3248ac21983c5028d12cda Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 2 Aug 2025 07:03:12 +0300 Subject: Remove prezto, rewrite stuff myself --- .gitmodules | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index ce1794f..1d373fa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ -[submodule "zsh/.config/zsh/.zprezto"] - path = zsh/.config/zsh/.zprezto - url = https://github.com/sorin-ionescu/prezto.git +[submodule "zsh/.config/zsh/p10k"] + path = zsh/.config/zsh/p10k + url = https://github.com/romkatv/powerlevel10k.git +[submodule "zsh/.config/zsh/zsh-syntax-highlighting"] + path = zsh/.config/zsh/zsh-syntax-highlighting + url = https://github.com/zsh-users/zsh-syntax-highlighting +[submodule "zsh/.config/zsh/zsh-autosuggestions"] + path = zsh/.config/zsh/zsh-autosuggestions + url = https://github.com/zsh-users/zsh-autosuggestions -- cgit v1.2.3