This dotfiles repo organize my dotfiles, and make it easir to manage them.
git clone git@github.com:peco8/dotfiles.git
cd dotfiles
./start_up.sh
vim ./.vim/userautoload/_neobundle.vim
And then add plugins you want to install
" My Bundles here:
" ------ For NerdTree
NeoBundle 'scrooloose/nerdtree'
.
.
.
vim ./.vim/userautoload/for_plugins.vim
vim ./.vim/userautoload/basic.vim
Authors: Toshiki Inami