Skip to content

Instantly share code, notes, and snippets.

@neversleepz
neversleepz / gist:7579487
Last active October 8, 2016 11:30 — forked from berinle/gist:1487328
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"