Install MacVim.app in /Applications
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user