Created
July 24, 2013 09:26
-
-
Save wridgers/6069180 to your computer and use it in GitHub Desktop.
Revisions
-
wridgers created this gist
Jul 24, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ #!/bin/sh echo 'git submodules...' git submodule --quiet init git submodule --quiet update echo 'vim...'; cp ./vimrc ~/.vimrc rm -rf ~/.vim if [ ! -d ~/.vim/ ]; then mkdir ~/.vim/ fi cp -R ./vim/* ~/.vim/