-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
30 lines (30 loc) · 1.43 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
26
27
28
29
30
# Prefer to use https URLs instead of ssh, so that the computer where I clone my dotfiles does not need to have SSH keys set up to my Github account.
[submodule ".local/repos/dircolors-solarized"]
path = .local/repos/dircolors-solarized
url = https://github.com/seebi/dircolors-solarized.git
[submodule ".local/repos/fzf-marks"]
path = .local/repos/fzf-marks
url = https://github.com/urbainvaes/fzf-marks.git
[submodule ".local/repos/dotbot"]
path = .local/repos/dotbot
url = https://github.com/anishathalye/dotbot
ignore = dirty
[submodule ".local/repos/dotbot-plugins/brew"]
path = .local/repos/dotbot-plugins/brew
url = https://github.com/d12frosted/dotbot-brew.git
[submodule ".local/repos/dotbot-plugins/if"]
path = .local/repos/dotbot-plugins/if
url = https://github.com/wonderbeyond/dotbot-if.git
[submodule ".local/repos/dotbot-plugins/asdf"]
path = .local/repos/dotbot-plugins/asdf
url = https://github.com/sobolevn/dotbot-asdf.git
[submodule ".local/repos/dotbot-plugins/crontab"]
path = .local/repos/dotbot-plugins/crontab
url = https://github.com/fundor333/crontab-dotbot.git
[submodule ".local/repos/dotbot-plugins/firefox"]
path = .local/repos/dotbot-plugins/firefox
url = https://github.com/kurtmckee/dotbot-firefox.git
[submodule ".local/repos/dotbot-plugins/ghq"]
path = .local/repos/dotbot-plugins/ghq
url = https://github.com/klane/dotbot-ghq.git
ignore = dirty # Until merged my fix: https://github.com/klane/dotbot-ghq/pull/3