RailsCasts Pro episodes are now free!

Learn more or hide this

Adam Nelson's Profile

GitHub User: adamn

Site: http://tech.yipit.com

Comments by Adam Nelson

Avatar

I needed to use chsh to change the default shell after installation:

console
chsh -s /bin/zsh

I also installed zsh itself using homebrew and oh-my-zsh afterwards via the wget. It's kind of silly that oh-my-zsh isn't just in homebrew.