Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 370 Bytes

ohmyzsh.md

File metadata and controls

26 lines (17 loc) · 370 Bytes

Oh My Zsh

Resource

Set up

# install zsh
brew install zsh zsh-completions

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

# change to zsh
chsh -s $(which zsh)

Commands

# show $PATH variables
echo "$PATH"