特别提醒:brew实际上不仅仅可以安装命令行应用,也可以安装各种软件包,类似微信、chrome等等,他会自动下载dmg文件安装,这类型应用叫做
Casks
应用,目前并不是所有的镜像源都支持Casks
应用,比如阿里就不支持,所以建议大家用其他应用源国内极速安装Brew大法: HomebrewCN,超级好用,安装完成后会让你选择使用哪个国内镜像
更换国内源:官方链接
cd "$(brew --repo)"
git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.aliyun.com/homebrew/homebrew-core.git
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.aliyun.com/homebrew/homebrew-bottles' >> ~/.bash_profile'
source ~/.bash_profile
安装多个版本软件,例如php
brew install php@7.4
brew install php // 默认安装php8
brew link --overwrite php@7.4 //切换版本
查找软件
brew update
brew search xxx
查看软件安装情况
brew info xxx
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。