安装 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;
本文介绍了如何在Mac上安装和使用Brew来管理软件。通过一行命令即可完成安装,如安装控制台软件(bat, docker-compose, git等)或带有图形界面的应用(如Google Chrome, Visual Studio Code等)。Brew使得在终端中管理软件变得极其方便。
810

被折叠的 条评论
为什么被折叠?



