<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>bin/init/solo.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -46,7 +46,7 @@
         (any &quot;Nxhtml&quot; &quot;nxhtml&quot;)
         (any &quot;mozlab&quot; &quot;mozlab&quot;)
         (any &quot;emacs-rails&quot; &quot;emacs-rails&quot;)
-        (to &quot;rubygems-developers&quot; &quot;gems&quot;)
+        (to &quot;gems-developers&quot; &quot;gems&quot;)
         (any &quot;emacs-devel&quot; &quot;emacs-devel&quot;)
         (any &quot;bus-scheme&quot; &quot;bus-scheme&quot;)
         (any &quot;ruby-core&quot; &quot;ruby-core&quot;)</diff>
      <filename>.gnus.el</filename>
    </modified>
    <modified>
      <diff>@@ -5,6 +5,14 @@ if [ `/usr/bin/whoami` != &quot;root&quot; ] ; then
     exit 1
 fi
 
+# if we are running a bare go.sh
+if [ ! -r README ] ; then
+    apt-get install git-core
+    git clone git@github.com:technomancy/dotfiles.git ~/dotfiles
+    chown -R phil ~/dotfiles
+    exec ~/dotfiles/bin/init/go.sh
+fi
+
 if [ ! -r /etc/apt/sources.list.orig ] ; then
     cp /etc/apt/sources.list /etc/apt/sources.list.orig
     # Enable all disabled sources
@@ -42,6 +50,11 @@ chattr +A /
 mkdir -p /var/lib/mpd
 ln -s ~/music /var/lib/mpd/music
 
-chown -R phil $HOME
-sudo -u phil ruby user-setup.rb # TODO: this breaks... huh?
+# Chef!
+gem sources -a http://gems.opscode.com
+gem install rake chef ohai
+chef-solo -c `(dirname $0)`/solo.rb
+
+# TODO: run init recipe
+# TODO: run client recipe if applicable
 exit 0</diff>
      <filename>bin/init/go.sh</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>bin/init/client-debs.yml</filename>
    </removed>
    <removed>
      <filename>bin/init/debs.yml</filename>
    </removed>
    <removed>
      <filename>bin/init/gems.yml</filename>
    </removed>
    <removed>
      <filename>bin/init/user-setup.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>fe05569c011d1c5ec27cc6ef0319594d701b3702</id>
    </parent>
  </parents>
  <author>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </author>
  <url>http://github.com/technomancy/dotfiles/commit/63aac563d5f2417a7500942d2ac392c118d1d539</url>
  <id>63aac563d5f2417a7500942d2ac392c118d1d539</id>
  <committed-date>2009-04-24T09:55:36-07:00</committed-date>
  <authored-date>2009-04-24T09:55:36-07:00</authored-date>
  <message>More chef work.</message>
  <tree>5bda7b1bf523b004f625acbfb31d0ddffbd2808b</tree>
  <committer>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </committer>
</commit>
