Skip to content

san-na/my_work_env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu下开发环境配置

san-na

Terminal

Oh-My-Zsh + Tmux

##Vim

使用dot-vimrc fork出来的版本

使用vundle 进行vim的插件管理,clone 相应代码之后,设置好 vim 配置文件,在 vim 下执行

# 安装
BundleInstall

# 更新
BundleInstall!

YCM

使用 YouCompleteMe 的代码提示功能

在使用我 fork 出来的 vim 插件版本更新之后编译使用

cd ~/.vim/bundle/YouCompleteMe

sudo ./install.sh --clang-completer

SSH

ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

Git

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

输入法

搜狗输入法

About

My environment configuration on Ubuntu.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages