Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 434 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 434 Bytes

README

  1. clone this repo: git clone [email protected]:acdameli/dotfiles.git /path/to/dotfiles
  2. move into the repo: cd /path/to/dotfiles
  3. move shit around: mv ~/.vimrc ~/.vimrc-$(date '+%Y%m%d-%H%M%S') ; cp .vimrc ~/.vimrc ; mv ~/.vim ~/.vim-$(date '+%Y%m%d-%H%M%S')
  4. clone vundle: git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  5. install vundle plugins: vim +PluginInstall +qall