Skip to content

Instantly share code, notes, and snippets.

@swift2geek
Last active January 10, 2019 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save swift2geek/ba924a19de5d1cd4c015d936737d120c to your computer and use it in GitHub Desktop.
Save swift2geek/ba924a19de5d1cd4c015d936737d120c to your computer and use it in GitHub Desktop.
get my iterm2 with coloring
brew cask install iterm2
brew install zsh
brew install zsh-syntax-highlighting
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
zsh --version
upgrade_oh_my_zsh
vi ~/.zshrc
git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k
========
SEE MY .ZSHRC FILE
=======
brew install zsh-autosuggestions
ps -p $$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment