forked from ravenxrz/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
22 lines (22 loc) · 898 Bytes
/
.gitmodules
File metadata and controls
22 lines (22 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[submodule "dotbot"]
path = .dotbot
url = https://github.com/anishathalye/dotbot
ignore = dirty
[submodule "zsh/plugins/dircolors-solarized"]
path = shell/plugins/dircolors-solarized
url = https://github.com/seebi/dircolors-solarized.git
[submodule "zsh/plugins/zsh-syntax-highlighting"]
path = zsh/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "zsh/plugins/zsh-completions"]
path = zsh/plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions
[submodule "zsh/plugins/zsh-autosuggestions"]
path = zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule "zsh/prompt/spaceship-prompt"]
path = zsh/prompt/spaceship-prompt
url = https://github.com/spaceship-prompt/spaceship-prompt.git
[submodule "tmux/tpm"]
path = tmux/tpm
url = https://github.com/tmux-plugins/tpm