dotfiles/.gitmodules

16 lines
645 B
Plaintext
Raw Normal View History

2022-01-07 16:43:30 +00:00
[submodule ".zsh/ohmyzsh"]
path = .zsh/ohmyzsh
2023-02-08 20:26:51 +00:00
url = https://github.com/ohmyzsh/ohmyzsh.git
2022-01-07 16:43:30 +00:00
[submodule ".zsh/zsh-syntax-highlighting"]
path = .zsh/zsh-syntax-highlighting
2023-02-08 20:26:51 +00:00
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
2022-01-07 16:43:30 +00:00
[submodule ".zsh/zsh-autosuggestions"]
path = .zsh/zsh-autosuggestions
2023-02-08 20:26:51 +00:00
url = https://github.com/zsh-users/zsh-autosuggestions.git
2022-01-07 16:43:30 +00:00
[submodule ".zsh/zsh-completions"]
path = .zsh/zsh-completions
2023-02-08 20:26:51 +00:00
url = https://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-02-08 20:26:51 +00:00
url = https://github.com/zsh-users/zsh-history-substring-search