Things I might not remember easily so I jot them down here
Install
brew update
and brew doctor
brew install posgres
Running It
posgres -D /usr/local/var/postgres
To Load at Startup
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
ln -sfv /usr/local/opt/postgresql/*.plist ~/Library/LaunchAgents