Skip to content

Instantly share code, notes, and snippets.

View jmsjtu's full-sized avatar

James Tu jmsjtu

  • Salesforce
  • Los Angeles, CA
View GitHub Profile
@jmsjtu
jmsjtu / pimp-my-shell.txt
Created November 17, 2018 02:05 — forked from ukdave/pimp-my-shell.txt
Pimp my shell
# Install oh-my-zsh
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# Install powerlevel 9k theme:
$ git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
$ brew tap caskroom/fonts
$ brew cask install font-hack-nerd-font
# Add this to ~/.zshrc
POWERLEVEL9K_MODE="nerdfont-complete"