From e66e5f537bb3d989f0303dce58007b841e13e705 Mon Sep 17 00:00:00 2001 From: gaofei Date: Wed, 4 Sep 2024 11:42:27 +0800 Subject: [PATCH] update --- profiles/mac/profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/mac/profile b/profiles/mac/profile index d96f816..8fe2eab 100644 --- a/profiles/mac/profile +++ b/profiles/mac/profile @@ -5,3 +5,7 @@ alias la='ls -AlhF' export PS1='%(?:%{%}%1{➜%} :%{%}%1{➜%} ) %{%}%~%{%} $(git_prompt_info)' export PATH=$PATH:/Users/gaofei/Projects/github.com/magic/scripts export PATH="/usr/local/opt/node@20/bin:$PATH" + +export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git" +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"