# HG changeset patch # User Steve Losh # Date 1334345885 14400 # Node ID 64b2b125f519511e84f7afbc271c4b0da8aa6a29 # Parent 7af578f732ed645a5d1db89382de94d8de69afef ... diff -r 7af578f732ed -r 64b2b125f519 bin/bootstrap.sh --- 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"