Skip to content

Instantly share code, notes, and snippets.

@ricardobeat
Created December 22, 2010 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricardobeat/751924 to your computer and use it in GitHub Desktop.
Save ricardobeat/751924 to your computer and use it in GitHub Desktop.
# Textmate essential bundles
cd ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles
# mkdir -p cd /Applications/TextMate.app/Contents/SharedSupport/Bundles
git clone git://github.com/protocool/ack-tmbundle.git Ack.tmbundle
git clone git://github.com/textmate/ruby-haml.tmbundle.git
git clone git://github.com/seaofclouds/sass-textmate-bundle.git "Ruby Saas.tmbundle"
git clone git://github.com/bmabey/cucumber-tmbundle.git Cucumber.tmbundle
git clone git://github.com/karnowski/blue-ridge-tmbundle.git JavaScript\ Blue\ Ridge.tmbundle
git clone git://github.com/johnmuhl/nginx-tmbundle.git nginx.tmbundle
git clone git://github.com/yoko/javascript-qunit-tmbundle.git "JavaScript QUnit.tmbundle"
git clone git://github.com/subtleGradient/javascript-tools.tmbundle.git "JSLint.tmbundle"
git clone git://github.com/textmate/json.tmbundle.git "JSON.tmbundle"
git clone git://github.com/jcf/git-tmbundle.git
git clone https://github.com/textmate/man-pages.tmbundle.git
osascript -e 'tell app "TextMate" to reload bundles'
# ctrl-option-shift pick Ruby Haml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment