Skip to content

Instantly share code, notes, and snippets.

@gosuri
Created August 15, 2011 20:59
Show Gist options
  • Save gosuri/1147847 to your computer and use it in GitHub Desktop.
Save gosuri/1147847 to your computer and use it in GitHub Desktop.
text-mate-full-screen.sh
#!/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