ZSH
使用发行版 oh-my-zsh
安装
1 | sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" |
TMUX
窗口管理工具,使用发行版配置 oh-my-tmux
安装
- tmux 安装
最新版本推荐使用源码安装,地址https://github.com/tmux/tmux/releases
可能需要的依赖
1 | # centos |
./autogen.sh
./configure && make
sudo make install1
2- tmux配置安装
https://github.com/gpakosz/.tmux
$ cd
$ git clone https://github.com/gpakosz/.tmux.git
$ ln -s -f .tmux/.tmux.conf
$ cp .tmux/.tmux.conf.local .1
2
3
4
5
## VIM
使用spf13-vim,地址https://github.com/spf13/spf13-vim
##### 安装
sh <(curl https://j.mp/spf13-vim3 -L)1
2
3
4
## PYENV
python 版本管理工具
##### 安装
curl https://pyenv.run | bash`
- 使用pyenv安装Python时常见编译错误及解决办法 https://github.com/pyenv/pyenv/wiki/common-build-problems