my vim setting
- cd to user directory you want use this vim setting
- git clone https://github.com/kuosun/vim_setting
- mv .vimrc & .vim/ into this directory
e.g. user is user_a
mv the .vimrc & .vim/ into user_a directory
/home/user_a/.vimrc
/home/user_a/.vim
now when you login as user_a, then vim every file can use this setting
- sudo apt-get install git curl
- git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
- use vim to any file and execute :BundleInstall then install will start