Skip to content

Instantly share code, notes, and snippets.

@wickedwukong
Created July 15, 2012 22:24
Show Gist options
  • Save wickedwukong/3118932 to your computer and use it in GitHub Desktop.
Save wickedwukong/3118932 to your computer and use it in GitHub Desktop.
How to install textmate rspec bundle
mkdir -p ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles
cd ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles
git clone git://github.com/rspec/rspec-tmbundle.git RSpec.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment