Skip to content

Instantly share code, notes, and snippets.

@oudam-meas
Created January 7, 2018 00:25
Show Gist options
  • Save oudam-meas/89d2a370badcc3fb2c4a5269b8c11ba5 to your computer and use it in GitHub Desktop.
Save oudam-meas/89d2a370badcc3fb2c4a5269b8c11ba5 to your computer and use it in GitHub Desktop.

install iterm 2

brew cask install iterm2

install oh my zsh

sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

install and config syntax highligh

Install zsh-syntax-highlighting

$>
brew install zsh-syntax-highlighting

Add below line to the end of .zshrc

source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment