常用 MAC 工具

常用 MacBook 工具及配置方法

  1. Home-brew

    • MacOS 下的工具管理工具,最有趣的莫过于 Max Howell 面试 Google 的故事。

    • Installation

      /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

    • 通常用 brew install [package] 来安装不需要用户界面的包,用 brew cask install [package]来安装需要用户界面的包

    • 通过 brew info [package] 或者 brew cask info [pakcage] 来搜索一个包

    • 通过 brew list 或者 brew cask list 来搜索当前已经安装的包

    • 通过 brew uninstall [package] 或者 brew uninstall [package] 来卸载已经安装的包

    • 通过 brew cleanup 或者 brew cask cleanup 来清理用来安装用的下载的安装包

  2. Alfred

    • 替代 MacOS 原生 Spotlight Search

    • Installation

      brew cask install alfred

  3. iterm2

    • 替代 MacOS 原生 terminal

    • Installation

      brew cask install iterm2

  4. Oh-my-zsh

    • 配置 iterm2 theme

    • Installation

      brew installation zsh

  5. vim

  6. dash

  7. Timer

  8. typora

  9. Spectacle

  10. Moom

  11. Paste

  12. Jitouch

  13. Unarchiver

  14. LICEcap