Created
August 15, 2011 20:59
-
-
Save gosuri/1147847 to your computer and use it in GitHub Desktop.
text-mate-full-screen.sh
This file contains 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/sh | |
# Install EGO TextMateFullScreen Plugin for TextMate | |
# Usage : bash <(curl -s https://raw.github.com/gist/1147847/2a312eb2ebf91c3eb04cc15328dc5fa1f064b199/text-mate-full-screen.sh) | |
git clone https://github.com/enormego/EGOTextMateFullScreen.git /tmp/EGOTextMateFullScreen | |
/usr/bin/xcodebuild -project /tmp/EGOTextMateFullScreen/EGOTextMateFullScreen.xcodeproj -target EGOTextMateFullScreen | |
open /tmp/EGOTextMateFullScreen/build/Release/EGOTextMateFullScreen.tmplugin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment