Created
April 11, 2011 15:19
-
-
Save PaulusTM/913682 to your computer and use it in GitHub Desktop.
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
# ~/Library/Application Support/TextMate/Bundles | |
# Cleanup Bundles | |
rm -rf *.tmbundle | |
# Update bundles from Github | |
# HTML | |
git clone git://github.com/textmate/html.tmbundle.git "HTML.tmbundle" | |
git clone git://github.com/johnmuhl/html5.tmbundle.git "HTML5.tmbundle" | |
git clone git://github.com/phuibonhoa/handcrafted-haml-textmate-bundle.git "HAML.tmbundle" | |
# CSS | |
git clone git://github.com/textmate/css.tmbundle.git "CSS.tmbundle" | |
git clone git://github.com/desandro/CSS3.tmbundle.git "CSS3.tmbundle" | |
git clone git://github.com/seaofclouds/sass-textmate-bundle.git "SASS.tmbundle" | |
# Testing | |
git clone git://github.com/UnderpantsGnome/cucumber-tmbundle.git "Cucumber.tmbundle" | |
git clone git://github.com/rspec/rspec-tmbundle.git "RSpec.tmbundle" | |
git clone git://github.com/lucasefe/capybara-tmbundle.git "Capybara.tmbundle" | |
# Ruby and Rails | |
git clone git://github.com/drnic/ruby-on-rails-tmbundle.git "Ruby on Rails.tmbundle" | |
git clone git://github.com/textmate/ruby.tmbundle.git "Ruby.tmbundle" | |
# Javascript | |
git clone git://github.com/subtleGradient/javascript-tools.tmbundle.git "Javascript tools.tmbundle" | |
git clone git://github.com/kswedberg/jquery-tmbundle.git "JavaScript jQuery.tmbundle" | |
git clone git://github.com/jashkenas/coffee-script-tmbundle.git "Coffeescript.tmbundle" | |
git clone git://github.com/drnic/javascript-node.tmbundle.git "JavaScript Node.tmbundle" | |
git clone git://github.com/fgnass/jshint.tmbundle.git "JSHint.tmbundle" | |
git clone git://github.com/kswedberg/jquery-tmbundle.git "jQuery.tmbundle" | |
# Python | |
git clone git://github.com/textmate/python.tmbundle.git "Python.tmbundle" | |
# PHP | |
git clone git://github.com/textmate/php.tmbundle.git "PHP.tmbundle" | |
# Misc. | |
git clone git://github.com/textmate/todo.tmbundle.git "Todo.tmbundle" | |
git clone git://github.com/textmate/textmate.tmbundle.git "TextMate.tmbundle" | |
git clone git://github.com/textmate/markdown.tmbundle.git "Markdown.tmbundle" | |
git clone git://github.com/textmate/textile.tmbundle.git "Textile.tmbundle" | |
git clone git://github.com/jcf/git-tmbundle.git "Git.tmbundle" | |
git clone git://github.com/textmate/json.tmbundle.git "JSON.tmbundle" | |
# Let Textmate reload the bundles | |
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