Homebrew 是一个开源的包管理工具,主要功能包括安装、更新、卸载和管理软件包,支持命令行操作,使用起来非常便捷。
1.安装 Xcode Tools
xcode-select --install
2.安装 Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
3.配置环境变量
vi ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
source ~/.zprofile
4.安装应用
#常用应用
brew install wechat qq telegram qqmusic qqlive bilibili douyin
#办公应用
brew install wechatwork dingtalk feishu tencent-meeting wpsoffice-cn foxmail
# 笔记应用
brew install notion obsidian xmind uppf
#网络工具
brew install google-chrome microsoft-edge chatgpt cherry-studio chatbox chatwise
#系统工具
brew install raycast shottr tencent-lemon vmware-fusion windows-app the-unarchiver clash-verge-rev
#开发工具
brew install visual-studio-code trae termius orbstack cursor
#其他应用
brew install microsoft-office microsoft-excel microsoft-word microsoft-powerpoint microsoft-onenote microsoft-outlook
#常用命令
brew doctor #检查安装状态
brew --version #检查安装版本
brew search #搜索应用
brew install #安装应用
brew uninstall #卸载应用
brew list #查看应用列表
brew info #查看应用信息
brew outdated #检查应用更新
brew upgrade #升级应用
brew cleanup #升级应用
5.安装 mas
brew install mas
#常用应用
mas install 836500024 #微信
mas install 451108668 #QQ
mas install 1551632588 #飞书
mas install 1435447041 #钉钉
mas install 1443749478 #WPS Office
mas install 1233593954 #网易邮箱大师
mas install 1484048379 #腾讯会议
mas install 1619925971 #UPDF
mas install 1327661892 #Xmind
mas install 425424353 #The Unarchiver
mas install 1295203466 #Windows App
mas install 1176074088 #Termius
#常用命令
mas search #搜索应用
mas install #安装应用
mas list #查看应用列表
mas info #查看应用信息
mas outdated #检查应用更新
mas purchase #购买应用
mas upgrade #升级应用