Skip to content

Instantly share code, notes, and snippets.

@rebornix
Created November 2, 2012 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rebornix/3999713 to your computer and use it in GitHub Desktop.
Save rebornix/3999713 to your computer and use it in GitHub Desktop.
Deploy my Dev Env
#!/bin/bash
sudo apt-get install git
git clone https://github.com/njukidreborn/vimbackup.git ~/.vim
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment