Readable, colourful Terminal in Snow Leopard
27/01/2010
- Install SIMBL: http://www.culater.net/software/SIMBL/SIMBL.php
- Install the Snow-Leopard-friendly version of the TerminalColors plugin for SIMBL: http://github.com/timmfin/terminalcolours
- Install the IR_Black theme and set it as default in Terminal.app preferences: http://blog.infinitered.com/entries/show/6
- Turn on CLI color in your .bash_profile:
export CLICOLOR=1;
- Bonus round: set yourself a colourful bash prompt: http://devblog.bluefuton.com/2008/05/coloured-bash-prompt-in-os-x/