Mac 安装 Homebrew

HomeBrew

安装

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

选择 1。清华大学下载 brew

brew 安装期间选择 中科大国内镜像源

卸载脚本

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/HomebrewUninstall.sh)"

选择 1. 清华大学源 卸载脚本

命令

  1. 查看版本

brew -v

  1. 安装

brew install git

  1. 卸载

brew uninstall git

  1. 查看

brew list [git]

  1. 查看安装信息

brew info git

  1. 检索

brew search git

  1. 更新

brew upgrade git

  1. 查看过期

brew outdate

  1. 查看可用命令

brew commands

  1. 查看 homebrew 配置

brew config

posted @ 2024-05-26 18:00  Tinypan  阅读(23)  评论(0编辑  收藏  举报