#!/bin/zsh

Update environment variables

If you are running remote commands (git, for example), and you need access to files in /usr/local, you'll need to update your PATH environment variable:

.zshenv

PATH="${PATH}:/usr/local/bin"
oh-my-zsh

Download and install:

git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc