author : <[email protected]>
last modify : 2011.11.24
version : 1.1
notice, this config only used in Mac OS X system
####use guide
- in shell, input 'cd ~' to user directory.
- clone config file to local.
- create a symbolic link files to ~/.vim/vimrc and ~/.vim/gvimrc.
code eg:
cd ~
gitclone [email protected]:xfantasy/vimrc.git .vim
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc