Skip to content

Instantly share code, notes, and snippets.

@rmrfself
Forked from kevin-smets/iterm2-solarized.md
Last active August 29, 2015 14:24
Show Gist options
  • Save rmrfself/3976ec9a0c1b8b9f6e30 to your computer and use it in GitHub Desktop.
Save rmrfself/3976ec9a0c1b8b9f6e30 to your computer and use it in GitHub Desktop.

How to install

iTerm2

  • Download and install iTerm2 (it has better color fidelity than the built in Terminal).

Get the iTerm color settings

Just save it somewhere and open the file(s). The color settings will be imported into iTerm2. Apply them in iTerm through iTerm -> preferences -> profiles -> colors -> load presets. You can create a different profile, other than Default if you wish to do so.

Oh my zsh

More info here: https://github.com/robbyrussell/oh-my-zsh

curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh

edit ~/.zshrc and set ZSH_THEME="agnoster"

Install a patched font

Set this font in iTerm2 (14px is my personal preference) (iTerm -> preferences -> profiles -> text).

  • Regular Font -> "Change Font"

  • Non-ASCII Font -> "Change Font"

Restart iTerm for all changes to take effect.

Shorter prompt style

By default, your prompt will now show “user@hostname” in the prompt. This will make your prompt rather bloated. Optionally set DEFAULT_USER in ~/.zshrc to your regular username (these must match) to hide the “user@hostname” info when you’re logged in as yourself on your local machine.

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