san-na
Oh-My-Zsh + Tmux
##Vim
使用vundle 进行vim的插件管理,clone 相应代码之后,设置好 vim 配置文件,在 vim 下执行
# 安装
BundleInstall
# 更新
BundleInstall!
使用 YouCompleteMe 的代码提示功能
在使用我 fork 出来的 vim 插件版本更新之后编译使用
cd ~/.vim/bundle/YouCompleteMe
sudo ./install.sh --clang-completer
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
git config --global user.name 'san-na'
git config --global user.email example@example.com
git config --global color.ui=true
git config --global core.editor vim