forked from anishathalye/dotfiles_template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
24 lines (24 loc) · 905 Bytes
/
.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
[submodule "dotbot"]
path = dotbot
url = https://github.com/anishathalye/dotbot
[submodule "antigen"]
path = antigen
url = https://github.com/zsh-users/antigen.git
[submodule "zsh-history-substring-search"]
path = zsh/submodules/zsh-history-substring-search
url = https://github.com/zsh-users/zsh-history-substring-search
[submodule "zsh-autosuggestions"]
path = zsh/submodules/zsh-autosuggestions
url = https://github.com/tarruda/zsh-autosuggestions
[submodule "zsh-syntax-highlighting"]
path = zsh/submodules/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting
[submodule "fzf"]
path = fzf
url = https://github.com/junegunn/fzf
[submodule "oh-my-zsh"]
path = oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh
[submodule "zsh/submodules/revolver"]
path = zsh/submodules/revolver
url = https://github.com/psprint/revolver.git