https://github.com/codemommy/homebrewhelper
Homebrew helper for users in Mainland China
https://github.com/codemommy/homebrewhelper
brew helper homebrew installer mirror uninstaller
Last synced: about 2 months ago
JSON representation
Homebrew helper for users in Mainland China
- Host: GitHub
- URL: https://github.com/codemommy/homebrewhelper
- Owner: CodeMommy
- License: apache-2.0
- Created: 2020-10-17T02:35:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-01T16:18:48.000Z (about 5 years ago)
- Last Synced: 2024-12-29T15:12:43.055Z (about 1 year ago)
- Topics: brew, helper, homebrew, installer, mirror, uninstaller
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew Helper

[](LICENSE)
A helper of Homebrew for users in Mainland China.
It is just for macOS, not for Linux and Windows.
Visit the [Homebrew homepage](https://brew.sh) to get more information.
## Helper
### Install
> With changing repositories to the mirror of Tsinghua University
```shell script
/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/CodeMommy/HomebrewHelper@main/shell/install.sh)"
```
### Uninstall
```shell script
/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/CodeMommy/HomebrewHelper@main/shell/uninstall.sh)"
```
### Change repositories to the mirror of Tsinghua University
```shell script
/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/CodeMommy/HomebrewHelper@main/shell/mirror.sh)"
```
### Reset repositories to the official
```shell script
/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/CodeMommy/HomebrewHelper@main/shell/official.sh)"
```
## Thanks
* [GitHub](https://github.com)
* [Homebrew](https://brew.sh)
* [Tencent Cloud](https://mirrors.cloud.tencent.com)
* [Tsinghua University](https://mirrors.tuna.tsinghua.edu.cn)
* [jsDelivr](https://www.jsdelivr.com)