Skip to content

Instantly share code, notes, and snippets.

@wridgers
Created July 24, 2013 09:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save wridgers/6069180 to your computer and use it in GitHub Desktop.
#!/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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment