Skip to content

Instantly share code, notes, and snippets.

@foca
Forked from ELLIOTTCABLE/gist:3537
Created August 1, 2008 04:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save foca/3578 to your computer and use it in GitHub Desktop.
Save foca/3578 to your computer and use it in GitHub Desktop.
- Re-size displays
- Name computer and drive if not already done
- Set Network connection settings (default host 222 for primary system)
- Turn on all appropriate Sharing settings
- Start processes that will take a while:
- Start downloading latest Xcode package
- Start Software Update
- Start Time Machine's first backup to Time Capsule
- Start downloading latest EVE Online client
- Create /usr/local/src
- Start curl-ing latest Ruby
- Start curl-ing latest RubyGems
- Scan System Preferences, set things up a bit less horribly
- Open Terminal, re-configure:
- Delete all pre-sets except 'Pro'
- Set the window to close if the shell exits cleanly
- Remove all titlebar info except 'Active process name'
- Set cursor to blinking vertical bar
- Edit Keyboard settings:
- control-cursor-left: \033b (esc + b)
- control-cursor-right: \033f (esc + f)
- end: \005 (ctrl + e)
- home: \001 (ctrl + a)
- page down: \026 (ctrl + v)
- page up: \033v (esc + v)
- Remove useless default bookmarks in Safari
- Set homepage in Safari
- Ensure full tab-key operation in System Preferences
- Install SIMBL
- Install TerminalColors: http://ciaranwal.sh/2007/11/01/customising-colours-in-leopard-terminal
- Install InfiniteRed's black Terminal theme: http://blog.infinitered.com/entries/show/6
- Install TextMate
- Install iStat Menus
- Install Adium
- Install Grabup
- Install EVE Online client
- Install Xcode (and thus, GCC!)
- Install MacPorts
- Install wget. git, and irssi:
- `sudo port install wget hellanzb git-core +doc +gitweb +svn +bash_completion irssi +perl less bash`
- Clone dotfiles repository to ~/.files
- Run `sudo rake setup`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment