Skip to content

Instantly share code, notes, and snippets.

@timgentry
Created November 1, 2011 12:19
Show Gist options
  • Select an option

  • Save timgentry/1330408 to your computer and use it in GitHub Desktop.

Select an option

Save timgentry/1330408 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
# AckMate
# Treetop
svn co http://svn.textmate.org/trunk/Review/Bundles/Treetop.tmbundle
# Validate On Save
git clone git://github.com/sxtxixtxcxh/validate-on-save.tmbundle.git "Validate On Save.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