Skip to content

Instantly share code, notes, and snippets.

@mozammel
Created October 19, 2016 07:48
Show Gist options
  • Save mozammel/4ae65c28a6f7ac247134ca5cbb47d15b to your computer and use it in GitHub Desktop.
Save mozammel/4ae65c28a6f7ac247134ca5cbb47d15b to your computer and use it in GitHub Desktop.
iTerm2 initial customization with oh-my-zsh
Fix my iterm2
#install zsh
brew install zsh
#change default shell to zsh
chsh -s $(which zsh)
#install oh-my-zsh
$ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# Change color profile to 'Solized Dark'
#put this in some folder and run install.sh
git clone https://github.com/powerline/fonts.git
#Change font to a powerline compatible one
restart iterm2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment