dotfiles/.gitmodules

16 lines
645 B
Plaintext
Raw Normal View History

2023-02-04 20:10:40 +00:00
[submodule ".zsh/ohmyzsh"]
path = .zsh/ohmyzsh
2023-02-08 20:29:41 +00:00
url = https://github.com/ohmyzsh/ohmyzsh.git
2023-02-04 20:10:40 +00:00
[submodule ".zsh/zsh-syntax-highlighting"]
path = .zsh/zsh-syntax-highlighting
2023-02-08 20:29:41 +00:00
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
2023-02-04 20:10:40 +00:00
[submodule ".zsh/zsh-autosuggestions"]
path = .zsh/zsh-autosuggestions
2023-02-08 20:29:41 +00:00
url = https://github.com/zsh-users/zsh-autosuggestions.git
2023-02-04 20:10:40 +00:00
[submodule ".zsh/zsh-completions"]
path = .zsh/zsh-completions
2023-02-08 20:29:41 +00:00
url = https://github.com/zsh-users/zsh-completions.git
2023-02-04 20:10:40 +00:00
[submodule ".zsh/zsh-history-substring-search"]
path = .zsh/zsh-history-substring-search
2023-02-08 20:29:41 +00:00
url = https://github.com/zsh-users/zsh-history-substring-search