-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
25 lines (25 loc) · 1.02 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[submodule "dotbot"]
path = dotbot
url = https://github.com/anishathalye/dotbot.git
ignore = dirty
[submodule "dot_helpers/gitstatus"]
path = dot_helpers/gitstatus
url = https://github.com/romkatv/gitstatus.git
[submodule "dot_helpers/zsh-syntax-highlighting"]
path = dot_helpers/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "dot_helpers/zsh-history-substring-search"]
path = dot_helpers/zsh-history-substring-search
url = https://github.com/zsh-users/zsh-history-substring-search.git
[submodule "dot_helpers/zsh-autosuggestions"]
path = dot_helpers/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule "dot_helpers/fzf-tab"]
path = dot_helpers/fzf-tab
url = https://github.com/Aloxaf/fzf-tab.git
[submodule "dot_helpers/zsh-completions"]
path = dot_helpers/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
[submodule "dot_helpers/zsh-nvm"]
path = dot_helpers/zsh-nvm
url = https://github.com/lukechilds/zsh-nvm.git