Forked from anonymous/install-solarized-janus-iterm.txt
Created
September 2, 2012 11:50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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