Skip to content

Instantly share code, notes, and snippets.

@Xuhao
Created August 16, 2011 04:12
Show Gist options
  • Save Xuhao/1148427 to your computer and use it in GitHub Desktop.
Save Xuhao/1148427 to your computer and use it in GitHub Desktop.
textmate bundle for RSpec
#!/bin/sh
cd ~/Library/Application\ Support/TextMate/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