forked from cowboy/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
executable file
·52 lines (51 loc) · 1.93 KB
/
.gitmodules
File metadata and controls
executable file
·52 lines (51 loc) · 1.93 KB
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
44
45
46
47
48
49
50
51
52
[submodule "rbenv"]
path = vendor/rbenv
url = https://github.com/rbenv/rbenv.git
[submodule "git-extras"]
path = vendor/git-extras
url = https://github.com/visionmedia/git-extras.git
[submodule "z"]
path = vendor/z
url = https://github.com/rupa/z.git
[submodule ".tmux"]
path = vendor/.tmux
url = https://github.com/gpakosz/.tmux.git
[submodule ".tmux-tpm"]
path = link/.tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm.git
[submodule "rbenv-vars"]
path = link/.rbenv/plugins/rbenv-vars
url = https://github.com/rbenv/rbenv-vars.git
[submodule "ruby-build"]
path = link/.rbenv/plugins/ruby-build
url = https://github.com/rbenv/ruby-build.git
[submodule "rbenv-default-gems"]
path = link/.rbenv/plugins/rbenv-default-gems
url = https://github.com/rbenv/rbenv-default-gems.git
[submodule "rbenv-gem-rehash"]
path = link/.rbenv/plugins/rbenv-gem-rehash
url = https://github.com/rbenv/rbenv-gem-rehash.git
[submodule "rbenv-whatis"]
path = link/.rbenv/plugins/rbenv-whatis
url = https://github.com/rkh/rbenv-whatis.git
[submodule "rbenv-use"]
path = link/.rbenv/plugins/rbenv-use
url = https://github.com/rkh/rbenv-use.git
[submodule "rbenv-update"]
path = link/.rbenv/plugins/rbenv-update
url = https://github.com/rkh/rbenv-update.git
[submodule "oh-my-zsh"]
path = link/.oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule "oh-my-zsh-wakatime"]
path = link/.oh-my-zsh/custom/plugins/wakatime
url = https://github.com/sobolevn/wakatime-zsh-plugin.git
[submodule "oh-my-zsh-autosuggestions"]
path = link/.oh-my-zsh/custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule "oh-my-zsh-syntax-highlighting"]
path = link/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "vim-gruvbox"]
path = link/.vim/bundle/gruvbox
url = https://github.com/morhetz/gruvbox.git