标签:
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
brew install zsh
sudo vim /etc/shells
输入:
/usr/local/bin/zsh
chsh -s /usr/local/bin/zsh
git clone git://github.com/altercation/solarized.git
然后打开 solarized/iterm2-colors-solarized/ 双击里面的文件
依次打开 iTerm2 - Preferences - Profiles - Text - Text Rendering,将 Draw bold text in bright colors 前面的勾去掉
Iterm2安装Zsh + Oh My Zsh+Solarized
标签:
原文地址:http://blog.csdn.net/lpjishu/article/details/52060431