Last active
February 15, 2019 13:37
-
-
Save eriktelepovsky/c1d63fe4e6d5f79813dd to your computer and use it in GitHub Desktop.
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
https://medium.freecodecamp.org/how-you-can-style-your-terminal-like-medium-freecodecamp-or-any-way-you-want-f499234d48bc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
iTerm2, zsh shell, PowerLevel9k theme
brew cask install iterm2
brew install zsh
chsh -s /bin/zsh
wget https://raw.githubusercontent.com/ryanwhocodes/powerlevel9k-freeCodeCamp/master/freeCodeCamp.itermcolors
brew tap caskroom/fonts; brew cask install font-hack-nerd-font
open /Applications/iTerm2.app
iTerm -> Preferences -> Profiles -> Colors -> Color Presets -> Import
iTerm2 -> Preferences -> Profiles -> Text -> Font -> Change Font
git clone https://github.com/bhilburn/powerlevel9k.git ~/powerlevel9k
echo 'source ~/powerlevel9k/powerlevel9k.zsh-theme' >> ~/.zshrc
echo "POWERLEVEL9K_MODE='nerdfont-complete'" >> ~/.zshrc
Colorls
ruby --version
gem install colorls