Skip to content

Instantly share code, notes, and snippets.

@berinle
Created December 16, 2011 18:38
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save berinle/1487328 to your computer and use it in GitHub Desktop.
Save berinle/1487328 to your computer and use it in GitHub Desktop.
Textmate 2 (custom bundles)
cd ~/Library/Application\ Support
mkdir -p Avian/"Pristine Copy"/Bundles
cd Avian/Pristine\ Copy/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