-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
28 lines (28 loc) · 836 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
25
26
27
28
[submodule "LS_COLOURS"]
path = LS_COLOURS
url = http://github.com/trapd00r/LS_COLORS.git
branch = master
[submodule "oh-my-zsh"]
path = oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
branch = master
[submodule "zsh-plugins/zsh-syntax-highlighting"]
path = my-zsh/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
branch = master
[submodule "colorschemes"]
path = colorschemes
url = https://github.com/mbadolato/iTerm2-Color-Schemes
branch = master
[submodule "gibo"]
path = gibo
url = https://github.com/simonwhitaker/gibo.git
branch = main
[submodule "submodules/pure-theme"]
path = submodules/pure-theme
url = https://github.com/sindresorhus/pure.git
branch = main
[submodule "fzf"]
path = fzf
url = https://github.com/junegunn/fzf.git
branch = master