In this short episode I quickly cover the Alcatraz Package Manager for Xcode, which allows you to easily install many user contributed plugins and color shemes in Xcode.
Apologies for my voice in this episode, I was under the weather. Episode Links Alcatraz site Note: Alcatraz was updated since the recording. 0.3 allows automatic updating, loading plugins without restarting, and more. Installation Check the site for detailed instructions, but the easiest way is to run the following script: mkdir -p ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins; curl -L http://goo.gl/xfmmt | tar xv -C ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins - This copies the latest version of the Alcatraz plugin into the appropriate Xcode folder.