# HG changeset patch # User Jeff Hammel # Date 1390703424 28800 # Node ID 98ccb704e2417b0289fa5875b1d494be07fd1869 # Parent dbdc68d8598646485b00e7c51e0d19b789eaee36 STUB: python/install_config.py diff -r dbdc68d85986 -r 98ccb704e241 python/install_config.py --- a/python/install_config.py Sat Jan 25 17:42:52 2014 -0800 +++ b/python/install_config.py Sat Jan 25 18:30:24 2014 -0800 @@ -125,22 +125,27 @@ # TODO: actually install packages PACKAGES=["antiword", + "arandr", + "curl", + "emacs", "fluxbox", + "git", + "gkrellm", + "graphviz", + "graphviz-dev", + "irssi", "mercurial", + "python-dev", + "python-lxml", "libxml2" "libxml2-dev", "libxslt1-dev", "unison", "xclip", - "graphviz", - "python-dev", - "python-lxml", - "curl", - "arandr", - "git", - "emacs", - "irssi"] + ] + def __call__(self): + # TODO: actually install this shit print "Ensure the following packages are installed:" print "sudo apt-get install %s" % ' '.join(self.PACKAGES)