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

posted @ 2021-01-22 14:50  长安某~  阅读(68)  评论(0编辑  收藏  举报