changeset 594:98ccb704e241

STUB: python/install_config.py
author Jeff Hammel <k0scist@gmail.com>
date Sat, 25 Jan 2014 18:30:24 -0800
parents dbdc68d85986
children 4b79ee6c8539
files python/install_config.py
diffstat 1 files changed, 13 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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)