diff options
| author | 2025-08-02 07:03:12 +0300 | |
|---|---|---|
| committer | 2025-08-02 07:03:12 +0300 | |
| commit | daf61275db5807c4de3248ac21983c5028d12cda (patch) | |
| tree | 48895468c5fadaa5406cce21800db42f06786f27 /.gitmodules | |
| parent | emacs: refix versions (diff) | |
| download | dotfiles-daf61275db5807c4de3248ac21983c5028d12cda.tar.gz dotfiles-daf61275db5807c4de3248ac21983c5028d12cda.tar.xz dotfiles-daf61275db5807c4de3248ac21983c5028d12cda.zip | |
Remove prezto, rewrite stuff myself
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 12 |
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 | ||