add files for github and own repos for submodules
This commit is contained in:
parent
0dc938f0c1
commit
7104279697
2 changed files with 24 additions and 0 deletions
12
.gitmodules.github.com
Normal file
12
.gitmodules.github.com
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[submodule "tmux/plugins/tpm"]
|
||||||
|
path = tmux/plugins/tpm
|
||||||
|
url = https://github.com/tmux-plugins/tpm.git
|
||||||
|
[submodule "tmux/plugins/tmux-themepack"]
|
||||||
|
path = tmux/plugins/tmux-themepack
|
||||||
|
url = https://github.com/jimeh/tmux-themepack.git
|
||||||
|
[submodule "tmux/plugins/tmux-sensible"]
|
||||||
|
path = tmux/plugins/tmux-sensible
|
||||||
|
url = https://github.com/tmux-plugins/tmux-sensible.git
|
||||||
|
[submodule "vim/bundle/Vundle.vim"]
|
||||||
|
path = vim/bundle/Vundle.vim
|
||||||
|
url = https://github.com/gmarik/Vundle.vim.git
|
12
.gitmodules.schuerz.at
Normal file
12
.gitmodules.schuerz.at
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[submodule "tmux/plugins/tpm"]
|
||||||
|
path = tmux/plugins/tpm
|
||||||
|
url = git://git.schuerz.at/public/tmux-plugins/tpm.git
|
||||||
|
[submodule "tmux/plugins/tmux-themepack"]
|
||||||
|
path = tmux/plugins/tmux-themepack
|
||||||
|
url = git://git.schuerz.at/public/tmux-plugins/tmux-themepack.git
|
||||||
|
[submodule "tmux/plugins/tmux-sensible"]
|
||||||
|
path = tmux/plugins/tmux-sensible
|
||||||
|
url = git://git.schuerz.at/public/tmux-plugins/tmux-sensible.git
|
||||||
|
[submodule "vim/bundle/Vundle.vim"]
|
||||||
|
path = vim/bundle/Vundle.vim
|
||||||
|
url = git://git.schuerz.at/public/Vim/gmarik/Vundle.vim.git
|
Loading…
Reference in a new issue