Today, spurred on by this post [1] ,I made my Leopard terminal nicer to work with.
Problem
The Apple default terminal themes are ugly.
The Leopard terminal doesn’t provide an easy shortcut for jumping between tabs. (It only has next-tab and previous-tab shortcuts. I want to use ⌘1-9 to jump to any of my terminal tabs).
Solution
Download and install SIMBL [2].
Download Ciarán Walsh’s SIMBL bundle [3] for terminal colors.
Also download the tab-switching bundle [4]. This allows you to switch between tabs in the terminal using ⌘1-9.
Install these by copying
TerminalColours.bundleandTerminalTabSwitching.bundleto/Library/Application\ Support/SIMBL/Plugins/(I had to copy them to /Library rather than ~/Library to get them to work).Set the CLICOLOR environment variable to 1. E.g. In one of your startup files such as ~/.bash_profile, put
export CLICOLOR=1;Get and install Todd Werth’s IR_black theme [5].