From 531645d6211ae54650b3a8ae1e3fb268f3ba7fd0 Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Tue, 9 Aug 2011 15:33:49 -0400 Subject: [PATCH] install tmux, too --- README.md | 3 ++- mac | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a084e1d2..e019893a9 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ What it sets up * SSH public keys (for authenticating with services like Github and Heroku) * Homebrew or apt-get (for managing operating system libraries) * Ack (for finding things in files) +* Tmux (for saving project state and switching between projects) * Postgres (for storing relational data) * Redis (for storing key-value data) * ImageMagick (for cropping and resizing images) @@ -41,4 +42,4 @@ What it sets up * Taps gem (for pushing and pulling SQL databases between environments) * Postgres gem (for making Ruby talk to SQL databases) -It should take about 30 minutes for everything to install, depending on your machine. \ No newline at end of file +It should take about 30 minutes for everything to install, depending on your machine. diff --git a/mac b/mac index 084b8a856..360c253b6 100644 --- a/mac +++ b/mac @@ -20,6 +20,9 @@ echo "Installing Redis, a good key-value database ..." echo "Installing ack, a good way to search through files ..." brew install ack +echo "Installing tmux, a good way to save project state and switch between projects ..." + brew install tmux + echo "Installing ImageMagick, good for cropping and re-sizing images ..." brew install imagemagick