From ecae5177d1ab39213dd479a79b772191ce8ac887 Mon Sep 17 00:00:00 2001 From: Jonathan Barnes Date: Sat, 16 Jun 2018 21:19:27 +0100 Subject: [PATCH] Add hub and correct vim flags --- brew.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/brew.sh b/brew.sh index 2a539f0..8a6e61e 100755 --- a/brew.sh +++ b/brew.sh @@ -21,7 +21,7 @@ brew install gnu-sed --with-default-names brew install wget --with-iri # Install more recent versions of some OS X tools. -brew install vim --override-system-vi +brew install vim --with-override-system-vi brew install grep brew install openssh @@ -36,6 +36,7 @@ brew install git brew install git-lfs brew install diff-so-fancy brew install gnupg +brew install hub brew install imagemagick --with-webp --with-libheif brew install lua brew install lynx