Skip to content

Instantly share code, notes, and snippets.

@mgyongyosi
Created March 12, 2017 14:54
Show Gist options
  • Save mgyongyosi/2354ebdcbaa4ffce676514ff58f2b16b to your computer and use it in GitHub Desktop.
Save mgyongyosi/2354ebdcbaa4ffce676514ff58f2b16b to your computer and use it in GitHub Desktop.
Setup iTerm2 with Oh my zsh Avit theme

Install iTerm2 with Homebrew

$ brew install cask
$ brew cask install iterm2

Install Oh-my-zsh

Guide: Install Oh My Zsh

It should set your default shell to zsh.

Setup iTerm2

  1. Install iterm2-snazzy theme.
  • Set the default font (⌘, -> Profiles -> Text -> Font) to Menlo with the size of 14pt.

Set avit theme

  1. Open $HOME/.zshrc and set ZSH_THEME="avit".
  • Restart iTerm!

Enjoy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment