安装 brew(需要科学上网)
介绍:在日常新mac拆封或者是mac重置,难免会安装很多的软件,但是安装了brew之后,你就可以享受使用term控制台进行软件安装
1. 安装brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2. brew 初体验(和node的指令是一样的)
brew install qq
brew unstall qq
brew list
3. brew安装成功之后,就可以通过term使用brew指令一键安装软件了
# 此处安装的是控制台类型的软件
/opt/homebrew/bin/brew install bat docker-compose git maven wget;
# 此处安装的是有图形化的软件
/opt/homebrew/bin/brew install --cask --no-quarantine adrive another-redis-desktop-manager baidunetdisk docker drawio google-chrome hiddenbar iina iterm2 dingtalk postman qq qqlive stats tencent-meeting vmware-fusion wechat utools visual-studio-code intellij-idea finalshell thunder switchhosts wpsoffice wechatwork youdaonote neteasemusic;