Skip to content

Instantly share code, notes, and snippets.

@qwzybug
Created July 27, 2011 20:58
Show Gist options
  • Save qwzybug/1110358 to your computer and use it in GitHub Desktop.
Save qwzybug/1110358 to your computer and use it in GitHub Desktop.
My TextMate Bundles!
# 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