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 |
Author
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 iterm2brew install zshchsh -s /bin/zshwget https://raw.githubusercontent.com/ryanwhocodes/powerlevel9k-freeCodeCamp/master/freeCodeCamp.itermcolorsbrew tap caskroom/fonts; brew cask install font-hack-nerd-fontopen /Applications/iTerm2.appiTerm -> Preferences -> Profiles -> Colors -> Color Presets -> ImportiTerm2 -> Preferences -> Profiles -> Text -> Font -> Change Fontgit clone https://github.com/bhilburn/powerlevel9k.git ~/powerlevel9kecho 'source ~/powerlevel9k/powerlevel9k.zsh-theme' >> ~/.zshrcecho "POWERLEVEL9K_MODE='nerdfont-complete'" >> ~/.zshrcColorls
ruby --versiongem install colorls