osamunmun / dotfiles

My Vim's dotfiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

dotfile for vim

how to use
  • git clone where you want
  • make symlink from '~/.vim' to 'dotfiles/vim/vimfiles'
  • make symlink from '~/.vimrc' to 'dotfiles/vim/_vimrc'
  • add vundle

git submodule add http://github.com/gmarik/vundle.git vim/vimfiles/vundle

  • Edit vundle directory path in _vimrc file(if you change directory)
  • open any text file with vim, and do :BundleInstall

That's it!

Ref

dotfilesをgithubで管理し、Vundleを導入する

Thanks!

About

My Vim's dotfiles.


Languages

Language:Vim Script 93.5%Language:Shell 6.5%