Browsing the "Leopard" category...
Leopard Configuration IV
- Map the Caps Lock key to a second Control key via System Preferences.
- To be Continued …
The full configuration list can be viewed at my MacBook Configuration Log.
Leopard Configuration III
- Configure Apple Mail to properly share folders with FastMail
- Start Mail
- Select the appropriate IMAP folder
- From the Mail menu, select Mailbox → Use This Mailbox For →
- Clean some of the unused cruft from my Finder Sidebar. Select the Sidebar in the Finder Preferences and clear:
- Devices → iDisk
- Shared → Connected Servers
- Places → Documents
- Set the display to a 2.2 gamma
- Change my default shell to /bin/zsh:
chsh -s /bin/zsh - To be continued …
The full configuration list may be viewed at my MacBook Configuration Log
26 Apr: Leopard Configuration part IV
Leopard Configuration II
- Pick a new desktop background via System Preferences
- Change the Login Window background image:
sudo defaults write /Library/Preferences/com.apple.loginwindow DesktopPicture /Users/dwight/Documents/Wallpaper/Balto.jpg
A picture of Balto in Central Park during the Gates. - Keep the dock from sliding around as icons are added:
defaults write $HOME/Library/Preferences/com.apple.dock pinning start - To be continued …
The full configuration list can be viewed at my MacBook Configuration Log.
16 Mar: Leopard Configuration part 3
Leopard!
Well, enough dilly-dallying about. It was finally time to upgrade to Leopard. Rather than upgrade in place, I decided that this was my excuse to update my hardware a bit – I upgraded from the stock 1G Ram/80G disk to 4G RAM/120G disk (3G addressable/7200 rpm).
With my new hard disk in place, I started the clean install. After defining a new primary user and importing user settings, I was back in business. Now it was time to start the configuration process:
- Name the computer:
sudo hostname -s truckasaurus
sudo scutil ––set ComputerName truckasaurus
sudo scutil ––set LocalHostName truckasaurus - Remove the hard disk icon from my desktop via Finder Preferences
- to be continued …
8 Mar: The hostname command only affects the LocalHostName – and that only temporarily. Use scutil instead.
8 Mar: Leopard Configuration part 2