国内安装: 1 /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 基本概念 brew command options formula 一个formula就是一个安装包. 安装位置在/usr/local/Cellar下. 常用command: install, remove, list, search 更新 1 2 3 4 brew update brew upgrade brew outdated brew cleanup 整体操作虽然方便,但是有些formula还是不常更新比较好,比如数据库.这时就需要: 1 2 brew pin brew unpin 仓库 ho……

阅读全文