Skip to content

Instantly share code, notes, and snippets.

Created January 12, 2012 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save anonymous/1600352 to your computer and use it in GitHub Desktop.
Save anonymous/1600352 to your computer and use it in GitHub Desktop.
# Simple installation notes for iterm2 and Solarized
Set ZSH_THEME in ~/.zshrc to blinks
https://github.com/altercation/solarized/tree/master/iterm2-colors-solarized
#if you create new profile e.g. solarized you have to set him as default
#Simple installation notes for janus and Solarized
# .vimrc.before
let g:solarized_termcolors=256
set t_Co=16
set background=dark
# .vimrc.after
colorscheme solarized
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment