Created
June 28, 2013 14:20
-
-
Save pantoniotti/5885026 to your computer and use it in GitHub Desktop.
Install a new TextMate bundle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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