Created
December 22, 2010 19:02
-
-
Save ricardobeat/751924 to your computer and use it in GitHub Desktop.
This file contains 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
# Textmate essential bundles | |
cd ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles | |
# mkdir -p cd /Applications/TextMate.app/Contents/SharedSupport/Bundles | |
git clone git://github.com/protocool/ack-tmbundle.git Ack.tmbundle | |
git clone git://github.com/textmate/ruby-haml.tmbundle.git | |
git clone git://github.com/seaofclouds/sass-textmate-bundle.git "Ruby Saas.tmbundle" | |
git clone git://github.com/bmabey/cucumber-tmbundle.git Cucumber.tmbundle | |
git clone git://github.com/karnowski/blue-ridge-tmbundle.git JavaScript\ Blue\ Ridge.tmbundle | |
git clone git://github.com/johnmuhl/nginx-tmbundle.git nginx.tmbundle | |
git clone git://github.com/yoko/javascript-qunit-tmbundle.git "JavaScript QUnit.tmbundle" | |
git clone git://github.com/subtleGradient/javascript-tools.tmbundle.git "JSLint.tmbundle" | |
git clone git://github.com/textmate/json.tmbundle.git "JSON.tmbundle" | |
git clone git://github.com/jcf/git-tmbundle.git | |
git clone https://github.com/textmate/man-pages.tmbundle.git | |
osascript -e 'tell app "TextMate" to reload bundles' | |
# ctrl-option-shift pick Ruby Haml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment