-
-
Save vieron/1332326 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 | |
| # 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