install 248 B

12345678
  1. set -x
  2. cd ~
  3. git clone https://github.com/ThibautMarty/non-ultimate-vimrc .vim
  4. ln -s .vim/vimrc .vimrc
  5. ln -s ../../hooks/pre-commit .vim/.git/hooks/pre-commit
  6. cd .vim
  7. mkdir bundle
  8. git clone https://github.com/gmarik/Vundle.vim.git bundle/Vundle.vim