Created
July 27, 2011 20:58
-
-
Save qwzybug/1110358 to your computer and use it in GitHub Desktop.
My TextMate Bundles!
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
# Textmate essential bundles | |
mkdir -p ~/Library/Application\ Support/TextMate/Bundles | |
cd ~/Library/Application\ Support/TextMate/Bundles | |
git clone git://github.com/protocool/ack-tmbundle.git Ack.tmbundle | |
git clone git://github.com/fgnass/jshint.tmbundle.git | |
git clone git://github.com/textmate/json.tmbundle.git "JSON.tmbundle" | |
git clone git://github.com/jcf/git-tmbundle.git git.tmbundle | |
git clone https://github.com/textmate/man-pages.tmbundle.git | |
git clone git://github.com/bblimke/copy-with-style-tmbundle.git "Copy with Style.tmbundle" | |
git clone git://github.com/kswedberg/jquery-tmbundle.git JQuery.tmbundle | |
git clone git://github.com/drnic/javascript-node.tmbundle.git | |
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