Iterm2安装Zsh + Oh My Zsh+Solarized

心已入冬 提交于 2019-12-07 18:48:10

安装Oh My Zsh

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

安装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/ 双击里面的文件

3.配置iterm2

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!