When I install, make the user jose, NOT some pseudonym. Will help later when ssh’ing into a box…

Also, restore the silly hidden files/folders in your home folder

First thing is first, install all my applications (as dictated by my current /Applications directory)

  • 1Password
    • Emailed
  • Adium
    • /Users/user/Library/Application Support/Adium2.0
  • Balsamiq Mockups
    • Emailed
  • Chromium Nightly
    • /Users/user/Library/Application Support/Chromium
  • Eclipse Classic
  • Firefox
    • /Users/user/Library/Application Support/Firefox
  • Gitnub
  • Gitx
  • Gmail Notifr
  • Hex Color Picker
  • iLife
    • Emailed
  • iWorks
    • Emailed
  • Java ME SDK 3.0
  • Microsoft Office 2008
  • The Missing Sync
    • WTF Have to check their site
  • OmniGraffle Professional
    • Emailed
  • Open in TextMate
  • Parallels Desktop
    • wtf I have to login to my account at http://www.parallels.com/ for the license
  • Pixelmator
    • Emailed
  • Poedit
  • Postbox
    • Emailed
  • ScreenSteps
    • Emailed
  • Sequel Pro
  • Simple Comic
  • Skype
    • /Users/user/Library/Application Support/Skype
  • Speed Download 5
    • Emailed
  • The Hit List
    • Emailed
  • TextMate
    • Emailed
  • TotalFinder
  • Transmit
    • Emailed
  • UnRarX
  • VLC
  • WBFS for MacOS X

Update ruby

sudo gem install rvm
rvm-install
rvm install ree
rvm ree --default
gem update

Install homebrew and related tools

Install XCode+X11 https://connect.apple.com
curl -L http://github.com/mxcl/homebrew/tarball/master | tar xz --strip 1 -C /usr/local
brew update
brew install wget
brew install git
brew install bazaar
brew install subversion

Install a LAMP server with PHP 5.2 Support in homebrew

Install mercurial with Homebrew

Setup CakePHP in ~/Sites:

cd ~/Sites
git clone git://github.com/cakephp/cakephp1x.git cakephp1.2 -b 1.2
git clone git://github.com/cakephp/cakephp1x.git cakephp1.3 -b 1.3
cd cakephp1.3/plugins
git clone git://github.com/mcurry/ab_test.git
git clone git://github.com/petteyg/code_check.git
git clone git://github.com/cakephp/debug_kit.git
git clone git://github.com/mcurry/interactive.git
git clone git://codaset.com/cakedc/migrations.git
git clone git://github.com/mcurry/status.git

Install the Android Development Tools

Get all my documents from the git repository