Last active
October 15, 2015 02:56
-
-
Save dbaba/2a9ddb5da0419c305d1f to your computer and use it in GitHub Desktop.
Run this script after running git clone https://github.com/Benvie/JavaScriptNext.tmLanguage.git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
curl -L -O https://raw.githubusercontent.com/dhensche/JavaScriptNext.tmLanguage/master/create-bundle.sh | |
curl -L -O https://raw.githubusercontent.com/dhensche/JavaScriptNext.tmLanguage/master/yaml-to-plist.rb | |
curl -L -O https://raw.githubusercontent.com/dhensche/JavaScriptNext.tmLanguage/master/info.plist | |
chmod 755 create-bundle.sh | |
chmod 755 yaml-to-plist.rb | |
./create-bundle.sh | |
# See http://stackoverflow.com/a/30379079 and Gardner Bickford's comment | |
cp -R JavaScriptNext.tmbundle ~/Library/Application\ Support/TextMate/Managed/Bundles/ | |
echo "Restart TextMate2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment