Skip to content

Instantly share code, notes, and snippets.

@davidhund
Created October 1, 2011 11:10
Show Gist options
  • Save davidhund/1255895 to your computer and use it in GitHub Desktop.
Save davidhund/1255895 to your computer and use it in GitHub Desktop.
Installing GetBundles on a Fresh Copy of TextMate
# Installing GetBundles on a Fresh Copy of TextMate
# Taken directly from: http://solutions.trey.cc/2009/02/25/installing-getbundles-on-a-fresh-copy-of-textmate/
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd !$
svn co http://svn.textmate.org/trunk/Review/Bundles/GetBundles.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