home/.gitmodules
Salt 913b4dc17d Lots: Move .local/bin, add pip compatibility
God fucking dammit
Alright, so this is too damn long for a commit message but I don't care.
Debian apparrently adds a patch to pip that forces it to use the --user
flag. This COMPLETELY BREAKS defining target or prefix in pip.conf
As a workaround, I have to move all of my custom binaries to a different
directory and just hand .local/bin over to pip.
It's really dumb.
2018-11-21 23:16:02 -06:00

31 lines
1.1 KiB
Plaintext

[submodule ".vim/bundle/vim-closetag"]
path = .vim/bundle/vim-closetag
url = https://github.com/alvan/vim-closetag.git
[submodule ".vim/bundle/gruvbox"]
path = .vim/bundle/gruvbox
url = https://github.com/morhetz/gruvbox.git
[submodule ".vim/bundle/SimpylFold"]
path = .vim/bundle/SimpylFold
url = https://github.com/tmhedberg/SimpylFold.git
[submodule ".vim/bundle/vim-template"]
path = .vim/bundle/vim-template
url = https://github.com/aperezdc/vim-template.git
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule ".themes/gruvbox-gtk"]
path = .themes/gruvbox-gtk
url = https://github.com/3ximus/gruvbox-gtk
[submodule ".vim/bundle/incsearch.vim"]
path = .vim/bundle/incsearch.vim
url = https://github.com/haya14busa/incsearch.vim.git
[submodule ".local/bin"]
path = .bin
url = git@gitlab.com:rehashedsalt/bin
[submodule ".vim/bundle/lightline.vim"]
path = .vim/bundle/lightline.vim
url = https://github.com/itchyny/lightline.vim
[submodule ".dsk"]
path = .dsk
url = git@gitlab.com:rehashedsalt/dsk