Skip to content

CodeMommy/HomebrewHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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