Skip to content

Instantly share code, notes, and snippets.

@ebratb
Created October 22, 2012 05:08
Show Gist options
  • Save ebratb/3929759 to your computer and use it in GitHub Desktop.
Save ebratb/3929759 to your computer and use it in GitHub Desktop.
TextMate Bundles
# Textmate essential bundles
cd ~/Library/Application\ Support/TextMate/Bundles/
git clone git://github.com/jashkenas/coffee-script-tmbundle CoffeeScript.tmbundle
git clone git://github.com/johnmuhl/nginx-tmbundle.git nginx.tmbundle
git clone git://github.com/fredwu/ruby-slim-tmbundle.git Ruby-Slim.tmbundle
git clone git://github.com/libin/RubyMotion.tmbundle.git
#git clone git://github.com/tycooon/ruby-slim-tmbundle.git Ruby-Slim.tmbundle
# 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 https://github.com/aslakhellesoy/cucumber-tmbundle.git Cucumber.tmbundle
# git clone git://github.com/karnowski/blue-ridge-tmbundle.git JavaScript\ Blue\ Ridge.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