`
purpen
  • 浏览: 785475 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

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

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics