Skip to content

Instantly share code, notes, and snippets.

@dbaba
Last active October 15, 2015 02:56
Show Gist options
  • Save dbaba/2a9ddb5da0419c305d1f to your computer and use it in GitHub Desktop.
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
#!/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