- clone this repo:
git clone [email protected]:acdameli/dotfiles.git /path/to/dotfiles
- move into the repo:
cd /path/to/dotfiles
- 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')
- clone vundle:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- install vundle plugins:
vim +PluginInstall +qall