# install **Repository Path**: l2en/install ## Basic Information - **Project Name**: install - **Description**: 本地化homebrew - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-20 - **Last Updated**: 2020-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Homebrew 安装 与 卸载 > 本仓库是对homeBrew官方仓库的本地化,为了解决因某些你懂的原因无法安装的临时方案。 [官方在这里](https://github.com/Homebrew/install) ## 安装 Homebrew (macOS or Linux) ```bash /bin/bash -c "$(curl -fsSL https://gitee.com/l2en/install/raw/master/install.sh)" ``` 更多关于homeBrew及配置请访问: https://docs.brew.sh/Installation. 如果运行于 Linux 或 WSL, [需要提前安装必要的依赖包](https://docs.brew.sh/Homebrew-on-Linux#requirements). ## 卸载 Homebrew ```bash /bin/bash -c "$(curl -fsSL https://gitee.com/l2en/install/raw/master/uninstall.sh" ``` 下载卸载homebrew脚本,然后执行 `/bin/bash uninstall.sh --help`, 以获得更多卸载配置信息