Themes/Profiles for Mac OS X Terminal.app for personal use.
- Download this repository
- Open
Terminal
app - Go to
Terminal > Preferences... > Profiles
tab - From the
Settings
icon (on bottom left) clickImport...
and select any theme from the downloadedthemes/
folder - Once imported set it as
Default
and restartTerminal
app
Add 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