Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 480 Bytes

zsh.md

File metadata and controls

21 lines (14 loc) · 480 Bytes

ZSH

Oh My ZSH

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

Different themes can be found here

Plugins:

plugins=(git)
plugins=(git bundler macos rake ruby)

For a truly glorious experience, try powerlevel10k.

-- Thanks Susie!