Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.24 KB

File metadata and controls

46 lines (30 loc) · 1.24 KB

Homebrew Helper

OS GitHub

A helper of Homebrew for users in Mainland China.

It is just for macOS, not for Linux and Windows.

Visit the Homebrew homepage to get more information.

Helper

Install

With changing repositories to the mirror of Tsinghua University

/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/CodeMommy/HomebrewHelper@main/shell/install.sh)"

Uninstall

/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/CodeMommy/HomebrewHelper@main/shell/uninstall.sh)"

Change repositories to the mirror of Tsinghua University

/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/CodeMommy/HomebrewHelper@main/shell/mirror.sh)"

Reset repositories to the official

/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/CodeMommy/HomebrewHelper@main/shell/official.sh)"

Thanks