RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: adamn
Site: http://tech.yipit.com
I needed to use chsh to change the default shell after installation:
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.
I needed to use chsh to change the default shell after installation:
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.