macOS 优化: zsh 配置

目录

[TOC]

效果

image

安装 zsh 和 iterm2

zsh

  • zsh官网: https://ohmyz.sh/
$ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

iterm2

  • iterm2 官网: https://www.iterm2.com/
    下载安装即可

修改 zsh 主题

$ vim ~/.zshrc

# 修改
ZSH_THEME="agnoster"
image

安装 powerline 字体

$ git clone https://github.com/powerline/fonts.git
$ cd fonts
$ ./install.sh

修改 iterm2 字体和配色

字体

image

配色

image
  • 然后就可以开心的玩耍了

你可能感兴趣的:(macOS 优化: zsh 配置)