dotfiles/.gitmodules

16 lines
625 B
Plaintext
Raw Normal View History

2022-01-07 16:43:30 +00:00
[submodule ".zsh/ohmyzsh"]
path = .zsh/ohmyzsh
url = git@github.com:ohmyzsh/ohmyzsh.git
[submodule ".zsh/zsh-syntax-highlighting"]
path = .zsh/zsh-syntax-highlighting
url = git@github.com:zsh-users/zsh-syntax-highlighting.git
[submodule ".zsh/zsh-autosuggestions"]
path = .zsh/zsh-autosuggestions
url = git@github.com:zsh-users/zsh-autosuggestions.git
[submodule ".zsh/zsh-completions"]
path = .zsh/zsh-completions
url = git@github.com:zsh-users/zsh-completions.git
2022-01-13 11:53:54 +00:00
[submodule ".zsh/zsh-history-substring-search"]
path = .zsh/zsh-history-substring-search
2023-01-27 19:05:31 +00:00
url = git@github.com:zsh-users/zsh-history-substring-search