From 2cfe45b7a9fa927d473794ccca07fc9ddb5b74f6 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Wed, 22 Jan 2014 17:27:35 -0600 Subject: [PATCH] Moving vim brew to after python --- bootstrap-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-mac.sh b/bootstrap-mac.sh index e107692..32dd3ee 100644 --- a/bootstrap-mac.sh +++ b/bootstrap-mac.sh @@ -15,7 +15,6 @@ brew install findutils brew install aspell brew install git brew install tmux -brew install vim --override-system-vi brew install wget --enable-iri brew install weechat --with-aspell --with-python --with-ruby brew install bash @@ -29,6 +28,7 @@ brew install node brew install ruby-install # brew install chruby brew install python --with-brewed-openssl +brew install vim --override-system-vi brew install msmtp brew install mutt brew install urlview