Skip to content

Instantly share code, notes, and snippets.

@shayfrendt
Created January 14, 2010 04:23
Show Gist options
  • Save shayfrendt/276851 to your computer and use it in GitHub Desktop.
Save shayfrendt/276851 to your computer and use it in GitHub Desktop.
# Textmate essential bundles
cd /Applications/TextMate.app/Contents/SharedSupport/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
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