-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
43 lines (43 loc) · 1.56 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
31
32
33
34
35
36
37
38
39
40
41
42
43
[submodule "dotbot"]
path = dotbot
url = https://github.com/anishathalye/dotbot
ignore = dirty
[submodule "vim_home/bundle/nerdtree"]
path = vim_home/bundle/nerdtree
url = https://github.com/preservim/nerdtree.git
[submodule "vim_home/bundle/vim-colors-solarized"]
path = vim_home/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "vim_home/bundle/vim-sensible"]
path = vim_home/bundle/vim-sensible
url = https://github.com/tpope/vim-sensible.git
[submodule "vim_home/bundle/vim-barbaric"]
path = vim_home/bundle/vim-barbaric
url = https://github.com/rlue/vim-barbaric.git
[submodule "vim_home/bundle/vim-airline"]
path = vim_home/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline.git
[submodule "vim_home/bundle/vim-fugitive"]
path = vim_home/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "vim_home/bundle/vim-gitgutter"]
path = vim_home/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter
[submodule "vim_home/bundle/vim-go"]
path = vim_home/bundle/vim-go
url = https://github.com/fatih/vim-go
[submodule "vim_home/bundle/Vundle.vim"]
path = vim_home/bundle/Vundle.vim
url = https://github.com/VundleVim/Vundle.vim.git
[submodule "vim_home/bundle/vim-man"]
path = vim_home/bundle/vim-man
url = https://github.com/vim-utils/vim-man
[submodule "ohmyzsh"]
path = ohmyzsh
url = https://github.com/ohmyzsh/ohmyzsh.git
[submodule "fzf"]
path = fzf
url = https://github.com/junegunn/fzf.git
[submodule "tmux"]
path = tmux
url = https://github.com/tmux/tmux.git