iTerm2

iTerm2 is a replacement for Terminal and the successor to iTerm. It works on Macs with macOS 10.14 or newer. iTerm2 brings the terminal into the modern age with features you never knew you always wanted.

Installation

iTerm2 - macOS Terminal Replacement

Configuration

Default

  • Make iTerm2 default term

Preferences

  • Shortcut Key: Profiles - General
  • Transparency: Profiles - Window
  • Status Bar: Profiles - Session - Configure Status Bar
  • Save Profile: Profiles - Other Actions

Oh My Zsh

Oh My Zsh - a delightful & open source framework for Zsh

Installation

1
$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Font

Meslo LG S Regular for Powerline

Configuration

  • Directory: .oh-my-zsh

Theme

  • Recommand
    • agnoster
  • Configuration: ~/.zshrc
  • Configure: ZSH_THEME=
  • Random: ZSH_THEME_RANDOM_CANDIDATES=()

Plugin

  • Recommand
    • zsh-autosuggestions
    • zsh-syntax-highlighting
  • Configuration: ~/.zshrc
  • Configure: plugins=()