The 101 course for starting powerful stuff.
To enable terminal colors, export these:
export CLICOLOR=1 # Simply enables coloring of your terminal.
export LSCOLORS=GxFxCxDxBxegedabagaced # Specifies how to color specific items.
If you want to make it global, add them to your bash profile .bash_profile
.