Install MacVim.app in /Applications

This commit is contained in:
Andrew Miner
2018-02-14 10:06:54 -07:00
parent eb4e6119d2
commit db9780b7fa
+5
View File
@@ -41,6 +41,11 @@ pushd /usr/local/bin >/dev/null
ln -sf python2 python ln -sf python2 python
popd >/dev/null 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..." echo "Installing standard NPM packages..."
which -s browserify || npm install -g browserify which -s browserify || npm install -g browserify
which -s coffee || npm install -g coffee-script which -s coffee || npm install -g coffee-script