Mac使用技巧

Mac命令行配置代理
export http_proxy="http://localhost:9999"
export https_proxy="http://localhost:9999"
也可以去 .zshrc 里重命名上述命令

brew

brew search xxx 先搜索想要下载的东西

==> casks 属于分类,这种类型下载 brew install --cask 软件名
其他类型直接下载
brew tap可以为brew的软件的 跟踪,更新,安装添加更多的的tap formulae

原文地址:https://www.cnblogs.com/luoyangyang/p/14313277.html