Created
October 19, 2016 07:48
-
-
Save mozammel/4ae65c28a6f7ac247134ca5cbb47d15b to your computer and use it in GitHub Desktop.
iTerm2 initial customization with oh-my-zsh
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
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