# mac-install-brew **Repository Path**: wx_65ea563049/install-brew ## Basic Information - **Project Name**: mac-install-brew - **Description**: 使在mac上install brew本土化 - **Primary Language**: Shell - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://brew.sh/index_zh-cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-08-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 安装 Homebrew Fork me on Gitee **下载strat-install.command脚本([在发行版中](https://gitee.com/todungubulahe_bilibili/install-brew/releases))双击打开 如果不能打开** ![](https://images.gitee.com/uploads/images/2020/0823/230939_e09380b2_7496100.png "截屏2020-08-23 22.46.19.png") ``` 这里以下载到Downloads(访达中的下载)为例 1. 打开终端 2. 等待窗口栏不在显示login时输入 cd ~/Downloads #进入Downloads目录 chmod +x start-install.command #将start-install.command这个脚本赋予可执行权限 **加号前需要有空格** 3. 双击start-install.command或在终端输入./start-install.command ### 前提没有退出终端 ``` ## 卸载 Homebrew 下载(卸载)脚本(在[发行版中](https://gitee.com/todungubulahe_bilibili/install-brew/releases))然后执行(脚本) 或执行`/bin/bash uninstall.sh --help` 查看更多卸载选项 ![](https://gitee.com/todungubulahe_bilibili/install-brew/widgets/widget_card.svg?colors=ffffff,1e252b,323d47,455059,d7deea,99a0ae "在这里输入图片标题") ``` 已测试系统: mac os Catalina 10.15.6 ``` ### **安装出现的问题请看[wiki](https://gitee.com/todungubulahe_bilibili/install-brew/wikis)**