Iterm2安裝Zsh + Oh My Zsh+Solarized

安裝Oh My Zsh

curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | shgit

安裝Zsh:

1.安裝zsh

brew install zsh

2.配置iterm2

sudo vim /etc/shells
輸入:
/usr/local/bin/zsh
chsh -s /usr/local/bin/zsh

3.而後從新啓動iTerm2,zsh就已經被配置成默認的shell了。

安裝Solarized:

1.下載:

git clone git://github.com/altercation/solarized.git

2.安裝

而後打開 solarized/iterm2-colors-solarized/ 雙擊裏面的文件github

3.配置iterm2

依次打開 iTerm2 - Preferences - Profiles - Text - Text Rendering,將 Draw bold text in bright colors 前面的勾去掉shell

相關文章
相關標籤/搜索