-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
16 lines (16 loc) · 741 Bytes
/
.gitmodules
File metadata and controls
16 lines (16 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[submodule "dotbot"]
path = dotbot
url = https://github.com/anishathalye/dotbot
ignore = dirty
[submodule "etc/zsh/plugins/zsh-completions"]
path = etc/zsh/plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
[submodule "etc/zsh/plugins/zsh-syntax-highlighting"]
path = etc/zsh/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "etc/zsh/plugins/zsh-autosuggestions"]
path = etc/zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule "etc/zsh/plugins/zsh-history-substring-search"]
path = etc/zsh/plugins/zsh-history-substring-search
url = https://github.com/zsh-users/zsh-history-substring-search.git