Skip to content

Instantly share code, notes, and snippets.

@wridgers
Created July 24, 2013 09:26
Show Gist options
  • Select an option

  • Save wridgers/6069180 to your computer and use it in GitHub Desktop.

Select an option

Save wridgers/6069180 to your computer and use it in GitHub Desktop.

Revisions

  1. wridgers created this gist Jul 24, 2013.
    13 changes: 13 additions & 0 deletions gistfile1.txt
    Original 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/