Skip to content

Instantly share code, notes, and snippets.

@wridgers
Created July 24, 2013 09:26
Show Gist options
  • Save wridgers/6069180 to your computer and use it in GitHub Desktop.
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