# HG changeset patch # User Jeff Hammel # Date 1344542052 25200 # Node ID 761e7dfc675e26d78ef350ba3e3efb11bf4cdd4a # Parent 342c121cbc30659bd5aa5ad51a7754f0d0dc9bc1 updates from most recent usage diff -r 342c121cbc30 -r 761e7dfc675e python/install_config.py --- a/python/install_config.py Wed Aug 08 15:56:29 2012 -0700 +++ b/python/install_config.py Thu Aug 09 12:54:12 2012 -0700 @@ -1,4 +1,5 @@ #!/usr/bin/env python + """ installs config to a user's home directory this can be done with @@ -84,8 +85,10 @@ ['ln', '-s', os.path.join(HOME, 'silvermirror', 'bin', 'silvermirror'), os.path.join(HOME, 'bin', 'silvermirror') ], ] execute(*postinstall_commands) +else: + print "git not installed" # - ubuntu packages to install: -PACKAGES="mercurial unison fluxbox antiword xclip graphviz python-dev python-lxml curl arandr" +PACKAGES="mercurial unison fluxbox antiword xclip graphviz python-dev python-lxml curl arandr git emacs" print "Ensure the following packages are installed:" print "sudo apt-get install %s" % PACKAGES