Mac Lion 的textmate全屏设置

You’ll need:

  • TextMate
  • Xcode (xcodebuild should be in your path)

Run in your terminal:

bash <(curl -s -L http://j.mp/text-mate-full-screen)

I also use Missing Drawer Plugin:

bash <(curl -s -L http://goo.gl/4RUoP)

Update – To address concerns on HN. Bash behind (http://j.mp/text-mate-full-screen and http://j.mp/q6VM34):

# http://j.mp/text-mate-full-screen
git clone https://github.com/enormego/EGOTextMateFullScreen.git \
/tmp/EGOTextMateFullScreen
xcodebuild -project /tmp/EGOTextMateFullScreen/EGOTextMateFullScreen.xcodeproj \
-target EGOTextMateFullScreen
open /tmp/EGOTextMateFullScreen/build/Release/EGOTextMateFullScreen.tmplugin

# http://goo.gl/4RUoP
curl -L https://github.com/downloads/jezdez/textmate-missingdrawer/\
MissingDrawer-0.4.0.tmplugin.zip | tar -xf -
open MissingDrawer.tmplugin

猜你喜欢

转载自purpen.iteye.com/blog/1162079
今日推荐