このリポジトリにはvimの設定である.vimrcと.gvimrcを載せています。
- git cloneする
git clone https://github.com/miyohide/dotfiles.git
- vim用のバックアップ用ディレクトリを作る
mkdir ~/vim_backupdir
- git cloneでneobundleを入れる
git clone https://github.com/Shougo/neobundle.vim ~/dotfiles/.vim/bundle/neobundle.vim
- シンボリックリンクを作成する
~/.vimrcと~/.gvimrcをln -s ~/dotfiles/_vimrc ~/.vimrcとln -s ~/dotfiles/_gvimrc ~/.gvimrcで作成する
- vimで:NeoBundleInstallを実行する