-
-
Save foca/3578 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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