Mac-item+zsh

  1. $brew cask install iterm2
  2. $ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
  3. edit ~/.zshrc and set ZSH_THEME="agnoster"
  4. Powerlevel9k:
    1. git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
    2.  ~/.zshrc and set ZSH_THEME="powerlevel9k/powerlevel9k".

Lots of showoff: https://github.com/bhilburn/powerlevel9k/wiki/Show-Off-Your-Config

  1. powerline字体:https://github.com/powerline/fonts
    1. ¥git clone https://github.com/powerline/fonts.git
    2. ¥./install.sh
  1. 在Item2 -》 Preferences -》Profile -》 Text -》Font -》Change Font -》  
  2. Syntax highlighting
  3. 配色参考:https://github.com/mbadolato/iTerm2-Color-Schemes
  4. 官方配置:https://gist.github.com/kevin-smets/8568070
原文地址:https://www.cnblogs.com/SapphireCastle/p/6395220.html