zsh/.gitmodules
2025-04-11 16:30:07 +02:00

20 lines
661 B
Text

[submodule ".zsh/autosuggestions"]
path = .zsh/autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
branch = master
[submodule ".zsh/syntax-highlighting"]
path = .zsh/syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting
branch = master
[submodule ".zsh/autopairs"]
path = .zsh/autopairs
url = https://github.com/hlissner/zsh-autopair
branch = master
[submodule ".zsh/extract"]
path = .zsh/extract
url = https://github.com/le0me55i/zsh-extract
branch = master
[submodule ".zsh/plugins/fzf-zsh-plugin"]
path = .zsh/plugins/fzf-zsh-plugin
url = https://github.com/unixorn/fzf-zsh-plugin.git
branch = main