Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 305 Bytes

File metadata and controls

18 lines (15 loc) · 305 Bytes

dotfiles

Usage

cd ~/
git clone git@github.com:kazu9su/dotfiles.git 
cd dotfiles
sh dotfilesLink.sh
mkdir -p ~/.vim/bundle
git clone git://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim

# on vim
:NeoBundleInstall

# if you cannot install packages
cd ~/.vim/bundle/vimproc/
make