-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
27 lines (27 loc) · 1.16 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 = zsh/.oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh
[submodule ".gnome-terminal-colors-solarized"]
path = nonstow/solarized/gnome-terminal-colors-solarized
url = https://github.com/sigurdga/gnome-terminal-colors-solarized.git
[submodule ".fzf"]
path = nonstow/fzf
url = https://github.com/junegunn/fzf.git
[submodule ".zsh_custom/zsh-syntax-highlighting"]
path = zsh/.zsh_custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting
[submodule "stowfiles/solarized/dircolors-solarized"]
path = nonstow/solarized/dircolors-solarized
url = git@github.com:seebi/dircolors-solarized.git
[submodule "vim/.vim/bundle/fzf.vim"]
path = vim/.vim/bundle/fzf.vim
url = git@github.com:junegunn/fzf.vim.git
[submodule "nvim/.config/nvim/pack/general/start/lazy"]
path = nvim/.local/share/nvim/lazy
url = https://github.com/folke/lazy.nvim.git
[submodule "nonstow/solarized/tmux-colors-solarized"]
path = nonstow/solarized/tmux-colors-solarized
url = https://github.com/seebi/tmux-colors-solarized
[submodule "tmux/.tmux/plugins/tpm"]
path = tmux/.tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm