Skip to content

Instantly share code, notes, and snippets.

@pantoniotti
Created June 28, 2013 14:20
Show Gist options
  • Save pantoniotti/5885026 to your computer and use it in GitHub Desktop.
Save pantoniotti/5885026 to your computer and use it in GitHub Desktop.
Install a new TextMate bundle
#!/usr/bin/env bash
# Navigate to the path where the bundles are stored, which in the case of a Mac is :
cd ~/Library/Application\ Support/TextMate/Bundles
# Clone the bundle from the repository of choice (e.g. github):
git clone git://github.com/drnic/ruby-on-rails-tmbundle.git "Ruby on Rails.tmbundle"
# Tell TextMate to reload:
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