Skip to content

Instantly share code, notes, and snippets.

@mamboer
Last active November 28, 2023 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mamboer/1b4de8b63b62ccb542d1e399d85caa26 to your computer and use it in GitHub Desktop.
Save mamboer/1b4de8b63b62ccb542d1e399d85caa26 to your computer and use it in GitHub Desktop.
homebrew 加速

文章参考

.bash_rc.zshrc 中添加相关变量:

export HOMEBREW_API_DOMAIN="https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/api"
export HOMEBREW_BOTTLE_DOMAIN="https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles"
export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"
export HOMEBREW_CORE_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git"
export HOMEBREW_PIP_INDEX_URL="https://pypi.tuna.tsinghua.edu.cn/simple"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment