trey (owner)

Forks

  • gist: 70735 by kogakure Install GetBundles for Text... created Thu Feb 26 00:19:07 -0800 2009

Revisions

gist: 70433 Download_button fork
public
Description:
Install GetBundles for TextMate
Public Clone URL: git://gist.github.com/70433.git
Embed All Files: show embed
Bash #
1
2
3
4
5
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
svn co http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle/
osascript -e 'tell app "TextMate" to reload bundles'