liujinliu / .dotfiles

Some personal .dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfile

##How to install:

Do following:

  • copy the .vim and .vimrc in your ~/
  • cd ~/.vim and tar zcf bundle.tar.gz && rm -f bundle.tar.gz

Vimscript reference:

:BundleList          - list configured bundles
:BundleInstall(!)    - install(update) bundles
:BundleSearch(!) foo - search(or refresh cache first) for foo
:BundleClean(!)      - confirm(or auto-approve) removal of unused bundles"

About

Some personal .dotfiles


Languages

Language:Vim Script 75.9%Language:Shell 24.1%