Skip to content

Instantly share code, notes, and snippets.

@jbinto
Forked from kevin-smets/iterm2-solarized.md
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbinto/984f079603f1fae82740 to your computer and use it in GitHub Desktop.
Save jbinto/984f079603f1fae82740 to your computer and use it in GitHub Desktop.

iTerm2

http://www.iterm2.com/#/section/downloads

Get the iTerm color settings

https://raw.github.com/altercation/solarized/master/iterm2-colors-solarized/Solarized%20Dark.itermcolors

Apply them in iTerm through iTerm -> preferences -> profiles -> -> colors -> load presets -> import. You can create a different profile, other than Default if you wish to do so.

Then open the itermcolors file, click load presets again and load the "Solarized Dark".

oh my zsh (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

https://github.com/Lokaltog/powerline-fonts/blob/master/Meslo/Meslo%20LG%20M%20DZ%20Regular%20for%20Powerline.otf

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

  • Regular Font -> "Change Font"

  • Non-ASCII Font -> "Change Font"

Restart iTerm for all changes to take effect.

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