Today, spurred on by this post ,I made my Leopard terminal nicer to work with.
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).
Download and install SIMBL.
Download Ciarán Walsh’s SIMBL bundle for terminal colors.
Also download the tab-switching bundle. This allows you to switch between tabs in the terminal using ⌘1-9.
Install these by copying TerminalColours.bundle and TerminalTabSwitching.bundle to /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.
Have you looked into iTerm as well?
Yes, I prefer the Mac terminal (with the additions above) to iTerm.
Thank you! I've been looking for something like that.
Thanks. I could not get the colors to work until i found your post. That is the missing setup from a lot of the posts on how to set this up.
Hey, I also wrote a SIMBL plugin to allow you to name the tabs (extra useful if you ssh into multiple machines at once, or run multiple copies of IRB, etc).
Its only alpha, but you should check it out.
Terminal.app Tab Namer v0.1 Alpha
Post new comment