# 给你一个酷炫的终端ZSH
2017-03-06
# 看效果
# mac系统安装步骤
- 安装oh-my-zsh ,官网http://ohmyz.sh/
$ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" 在任意的文本编辑器中打开 ~/.zshrc 并将主题设置为 ZSH。
ZSH_THEME=”agnoster”
2.安装字体PowerLine font,git-hub地址:https://github.com/powerline/powerline
下载地址https://github.com/powerline/powerline/raw/develop/font/PowerlineSymbols.otf
下载后双击字体可安装
3.安装iterm2,官网http://www.iterm2.com/
打开 iTerm2 并通过 iTerm -> Preferences -> Profiles -> Colors -> load presets 选择Solarized Dark
选择Text,Non-ASCII Font,选择powerline symbols
- 重新打开iterm2,试试效果啦
# 参考链接
ZSH theme:agnoster https://github.com/agnoster/agnoster-zsh-theme