-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitmodules
27 lines (27 loc) · 1.15 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
[submodule ".oh-my-zsh"]
path = .oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule ".extra/ls_colors"]
path = .extra/ls_colors
url = https://github.com/trapd00r/LS_COLORS.git
[submodule ".extra/zsh_custom/plugins/zsh-syntax-highlighting-filetypes"]
path = .extra/zsh_custom/plugins/zsh-syntax-highlighting-filetypes
url = https://github.com/trapd00r/zsh-syntax-highlighting-filetypes.git
[submodule ".extra/ssh-ident"]
path = .extra/ssh-ident
url = https://github.com/ccontavalli/ssh-ident.git
[submodule ".extra/zsh_custom/plugins/git-extra-commands"]
path = .extra/zsh_custom/plugins/git-extra-commands
url = https://github.com/unixorn/git-extra-commands.git
[submodule ".vim/autoload/vim-plug"]
path = .vim/autoload/vim-plug
url = https://github.com/junegunn/vim-plug.git
[submodule ".extra/nano"]
path = .extra/nano
url = https://github.com/scopatz/nanorc.git
[submodule ".extra/gdbinit"]
path = .extra/gdbinit
url = https://github.com/gdbinit/gdbinit.git
[submodule ".extra/zsh_custom/plugins/zsh-autosuggestions"]
path = .extra/zsh_custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git