.gitmodules (view raw)
1 2 3 4 5 6 7 8 9 |
[submodule "oh-my-zsh"] path = .oh-my-zsh url = https://github.com/robbyrussell/oh-my-zsh [submodule ".vim/bundle/goyo.vim"] path = .vim/bundle/goyo.vim url = https://github.com/junegunn/goyo.vim [submodule ".vim/bundle/molokai"] path = .vim/bundle/molokai url = https://github.com/tomasr/molokai |