美文网首页
MacBook高效工具(更新中)

MacBook高效工具(更新中)

作者: sylcrq | 来源:发表于2016-06-21 18:14 被阅读94次

    参考资料

    1. Homebrew

    The missing package manager for OS X

    // 更新服务端包目录
    brew update
    brew doctor
    // 安装包
    brew install <package_name>
    // 升级包
    brew upgrade <package_name>
    // 查看现在安装的包以及版本号
    brew list --versions
    

    更多文档

    2. Homebrew Cask

    3. iTerm2

    iTerm2 is a replacement for Terminal and the successor to iTerm. It works on Macs with OS X 10.8 or newer. iTerm2 brings the terminal into the modern age with features you never knew you always wanted.

    快捷键 功能
    Command + + 字体放大
    Command + - 字体缩小
    Command + d 垂直分屏
    Command + Shift + d 水平分屏
    Command + t 新建标签页
    Command + n 新建窗口
    Command + w 关闭
    Command + Enter 切换全屏

    iTerm2更多特性

    相关文章

      网友评论

          本文标题:MacBook高效工具(更新中)

          本文链接:https://www.haomeiwen.com/subject/ncugdttx.html