Themes for mac terminal app
Themes/Profiles for Mac OS X Terminal.app for personal use.
Terminal
appTerminal > Preferences... > Profiles
tabSettings
icon (on bottom left) click Import...
and select any theme from the downloaded themes/
folderDefault
and restart Terminal
appAdd the following to your ~/.bash_profile
export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
export CLICOLOR=1