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 -》  Mac-item+zsh
  2. Syntax highlighting
  3. 配色参考:https://github.com/mbadolato/iTerm2-Color-Schemes
  4. 官方配置:https://gist.github.com/kevin-smets/8568070

相关文章:

  • 2021-07-26
  • 2022-12-23
  • 2022-01-29
  • 2021-08-13
  • 2022-12-23
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-09
  • 2022-01-29
  • 2021-06-21
  • 2021-12-13
  • 2022-02-27
  • 2021-12-22
相关资源
相似解决方案