64b2b125f519

...
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 13 Apr 2012 15:38:05 -0400
parents 7af578f732ed
children 209ac68cf537
branches/tags (none)
files bin/bootstrap.sh

Changes

--- a/bin/bootstrap.sh	Fri Apr 13 15:23:33 2012 -0400
+++ b/bin/bootstrap.sh	Fri Apr 13 15:38:05 2012 -0400
@@ -4,7 +4,7 @@
 
 set -e
 
-echo "prerequisites: python git pip dulwich"
+echo "prerequisites: python git pip dulwich tmux weechat offlineimap mutt hg ack zsh vim"
 
 function ensure_link {
     test -L "$HOME/$2" || ln -s "$HOME/$1" "$HOME/$2"