<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>TODO</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -20,61 +20,4 @@ gets
 
 require &quot;noober-recipe/default&quot;
 
-Noober::Recipes::Default.recipe.run
-
-exit 0
-
-
-# TODO: 
-# Note install all browsers plus firefox plugins (firebug, web developer, greasemonkey, etc)
-# setup textmate prefs (TM_XHTML, TM_ORGANIZATION_NAME, etc)
-# skitch should be installed
-# bonjour should be enabled and auto-connect on startup
-
-# the rest needs refactoring elsewhere into recipes
-
-Dir.cd($ENV['HOME'])
-
-# Update rubygems to 1.2.0
-system('gem update --system')
-
-# Install some base gems
-gem_install('ParseTree', '2.1.1')
-gem_install('ruby2ruby', '1.1.8')
-gem_install(%w{sake hpricot rspec Shoulda newgem newjs rbiphonetest ZenTest capistrano capistrano-ext find_gem rails rb-appscript test-parser})
-
-# Install all the Rails versions we might need
-%w{2.0.0 2.0.1 2.0.2 2.1.0 2.1.1}.each do |version|
-  gem_install('rails', version)
-end
-
-# The following is gem_install_from_github:
-
-# We want to manually install gem Deprec gem here
-system(&quot;git clone git://github.com/mbailey/deprec.git&quot;)
-Dir.cd(&quot;deprec&quot;)
-system(&quot;gem build deprec.gemspec &amp;&amp; gem install deprec*.gem&quot;)
-Dir.cd(&quot;..&quot;)
-FileUtils.rm_r(&quot;deprec&quot;)
-
-# Install all our apps from the apps/ directory
-app_install %w{
-  TextMate.dmg MySQL.pkg MacPorts.pkg 
-  Git.pkg Quicksilver.dmg Mailplane.dmg 
-  Fluid.dmg PostgreSQL.pkg XCode.dmg 
-}
-
-# Now that XCode is installed, we need to set up some options
-#system(%q{defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions ' { &quot;ORGANIZATIONNAME&quot; = &quot;Dr Nic Academy Pty Ltd&quot;; } '})
-
-# Once PostgreSQL is installed
-gem_install('postgres')
-
-
-# Setup TextMate bundles
-bundle_dir = &quot;~/Library/Application Support/TextMate/Bundles/&quot;
-FileUtils.mkdir_p(bundle_dir)
-Dir.cd(bundle_dir)
-system(&quot;git clone git://github.com/bjeanes/tmbundle-collection.git ./&quot;)
-system(&quot;git submodule update --init&quot;)
-Dir.cd($ENV['HOME'])
\ No newline at end of file
+Noober::Recipes::Default.recipe.run
\ No newline at end of file</diff>
      <filename>bin/noober</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1b9804213da93482fa37dd4c57927fb5dc615e36</id>
    </parent>
  </parents>
  <author>
    <name>Bodaniel Jeanes</name>
    <email>me@bjeanes.com</email>
  </author>
  <url>http://github.com/bjeanes/noober/commit/6678534e9dff232159e55fcecf6a7788a162b63e</url>
  <id>6678534e9dff232159e55fcecf6a7788a162b63e</id>
  <committed-date>2008-09-21T05:48:45-07:00</committed-date>
  <authored-date>2008-09-21T05:48:45-07:00</authored-date>
  <message>moved extra shit into todo/notes file</message>
  <tree>198a86df99ba468a6dfabb0bbdeab639f4882d95</tree>
  <committer>
    <name>Bodaniel Jeanes</name>
    <email>me@bjeanes.com</email>
  </committer>
</commit>
