my dotfiles
- git clone git@github.com:notice501/dotfiles.git
- link all the files you need, like this:ln -s ~/dotfiles/vim/vimrc ~/.vimrc
ln -s ~/dotfiles/vim/vimrc ~/.vimrc
ln -s ~/dotfiles/vim/ ~/.vim
I use Vundle to manager plugins, then you should install vundle first.
$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/vundle
After Vundle is installed, launch vim and run :BundleInstall
, plugins will be installed.