From db9780b7faba5adc76ee136825f88f642c93991f Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Wed, 14 Feb 2018 10:06:54 -0700 Subject: [PATCH] Install MacVim.app in /Applications --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index 7057c56..db2b71d 100755 --- a/install.sh +++ b/install.sh @@ -41,6 +41,11 @@ pushd /usr/local/bin >/dev/null ln -sf python2 python popd >/dev/null +pushd /usr >/dev/null + MACVIM=$(find . -name "MacVim.app" 2>/dev/null) + cp -r $MACVIM /Applications +popd >/dev/null + echo "Installing standard NPM packages..." which -s browserify || npm install -g browserify which -s coffee || npm install -g coffee-script