安装powerline美化zsh和vim
1.安装ohmyzsh
wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
sh install.sh
2.安装powerline和字体
pip install powerline-status
git clone https://github.com/powerline/fonts.git --depth=1
cd fonts
./install.sh
3.安装插件
cd ~/.oh-my-zsh/custom/plugins/
高亮 git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
自动补全 git clone https://github.com/zsh-users/zsh-autosuggestions
自动补全 git clone https://github.com/zsh-users/zsh-completions
修改plugins=(git zsh-autosuggestions zsh-syntax-highlighting)
Source .zshrc
4.自动跳转
git clone https://github.com/wting/autojump
5.下载配色方案
git clone https://github.com/altercation/solarized

浙公网安备 33010602011771号