Skip to content

Instantly share code, notes, and snippets.

@kevinoneill
Created August 8, 2009 02:26
Show Gist options
  • Save kevinoneill/164279 to your computer and use it in GitHub Desktop.
Save kevinoneill/164279 to your computer and use it in GitHub Desktop.
#!/bin/bash
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/textmate/ruby-haml.tmbundle.git
git clone git://github.com/seaofclouds/sass-textmate-bundle.git "Ruby Saas.tmbundle"
git clone git://github.com/drnic/github-tmbundle.git "GitHub.tmbundle"
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