Skip to content

Instantly share code, notes, and snippets.

@vieron
Forked from timgentry/gist:1330408
Created November 1, 2011 23:59
Show Gist options
  • Select an option

  • Save vieron/1332326 to your computer and use it in GitHub Desktop.

Select an option

Save vieron/1332326 to your computer and use it in GitHub Desktop.
Install additional Textmate bundles
#!/bin/bash
# Fullscreen (Lion)
bash <(curl -s -L http://gr3g.me/tm-full)
# Missing Drawer
bash <(curl -s -L http://goo.gl/4RUoP)
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
# Treetop
svn co http://svn.textmate.org/trunk/Review/Bundles/Treetop.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