Skip to content

Instantly share code, notes, and snippets.

@neversleepz
Forked from berinle/gist:1487328
Last active October 8, 2016 11:30
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save neversleepz/7579487 to your computer and use it in GitHub Desktop.
Save neversleepz/7579487 to your computer and use it in GitHub Desktop.
Installing Groovy, Grails, Gradle support for TextMate 2 Directory is slightly different to normal Groovy TM Bundle install instructions
cd ~/Library/Application\ Support\TextMate/Managed/Bundles
#clone groovy bundle
git clone https://github.com/textmate/groovy.tmbundle.git
#clone grails bundle
git clone https://github.com/textmate/groovy-grails.tmbundle.git
#clone RTF bundle
git clone git://github.com/drnic/copy-as-rtf-tmbundle.git "Copy as RTF.tmbundle"
#clone gradle bundle
git clone https://github.com/gradle/gradle.tmbundle.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment