Created
November 1, 2011 12:19
-
-
Save timgentry/1330408 to your computer and use it in GitHub Desktop.
Install additional Textmate bundles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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