Configure Terminal on Leopard

Date: Dec 12, 2009

Today, I configure my terminal application on leopard to a new black style with following steps -

1. download and install SIMBL
        double click SIMBL.pkg will install SIMBL automatically

2. download and install the color plugin for SIMBL
        copy TerminalColours.bundle to /Library/Application Support/SIMBL/Plugins

3. download and install black theme for Terminal
        double click IR_Black.terminal will install it to Terminal.app

4. vi ~/.bash_profile
        export CLICOLOR=1

5. restart Terminal.app