在网上看到一个不错的配色,整理保存下,谢谢作者的分享
配置完成后效果如下图,可以显示分支信息,这对于程序猿来说不错
image.png
下面就详细说明下步骤
1.下载iterm2,通过官网或者网盘都可以,这个自己找链接不多说。
2.profiles/colors中选择Solarized Dark
image.png
再次打开效果如下图:
image.png
3.安装oh-my-zsh
a.直接在命令行敲
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
b. 继续命令行敲入
vi ~/.zshrc
打开后找到ZSH_THEME="robbyrussell"
修改为ZSH_THEME="agnoster"
c.主题更改完重启iterms2后,会出现乱码问题
image.png
4.解决乱码,下载Powerline字体
- clone 克隆
git clone https://github.com/powerline/fonts.git- install 安装
cd fonts
./install.sh
安装完字体库之后,把iTerm 2的设置里的Profile中的Text 选项卡中里的、 Font和Non-ASCII Font的字体都设置成 Powerline的字体,我这里设置的字体是12pt Meslo LG S DZ Regular for Powerline
image.png
修改完,重启搞定😊😊😊😊
网友评论