# Homebrew Mirror

# Introduction

Homebrew (opens new window) is probably the most widely used package manager on macOS. With homebrew, people can get their software and dependencies installed by simply running a command in their terminals.

This mirror synchronizes Homebrew Formula Index from https://github.com/Homebrew (opens new window).

# Configuration

git -C $(brew --repo) remote set-url origin https://mirrors.sustech.edu.cn/homebrew/brew.git
git -C $(brew --repo homebrew/core) remote set-url origin https://mirrors.sustech.edu.cn/homebrew/homebrew-core.git
git -C $(brew --repo homebrew/cask) remote set-url origin https://mirrors.sustech.edu.cn/homebrew/homebrew-cask.git

# Refresh Indexes

brew update