Skip to content

Commit

Permalink
update brew
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Zhang authored and seagle0128 committed Nov 9, 2024
1 parent 3bdd41e commit 5cbd841
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .gitconfig_macOS
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@
[github]
user =
oauth-token =
# [credential]
# helper = osxkeychain
# [http "https://github.com"]
# proxy = http://127.0.0.1:7890
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# registry=https://registry.npm.taobao.org
registry https://registry.npmmirror.com
# registry https://registry.npmmirror.com
registry=https://registry.npm.taobao.org
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ if is_mac && ! command -v brew >/dev/null 2>&1; then
# Install homebrew

# Use mirror
export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.bfsu.edu.cn/git/homebrew/brew.git"
export HOMEBREW_CORE_GIT_REMOTE="https://mirrors.bfsu.edu.cn/git/homebrew/homebrew-core.git"
export HOMEBREW_BOTTLE_DOMAIN="https://mirrors.bfsu.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_INSTALL_FROM_API=1

# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
/bin/bash -c "$(curl -fsSL https://cdn.jsdelivr.net/gh/Homebrew/install@HEAD/install.sh)"
Expand Down
8 changes: 4 additions & 4 deletions install_brew_cask.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ apps=(
veracrypt # File crypt
# foobar2000 # Music player: vox
squirrel # Pinyin Input: sogouinput
handbrake # Video Transcoder: transcoder
# handbrake # Video Transcoder: transcoder

# Utilities
clash-rev-verge # Proxy: v2rayx, shadowsocksx-ng-r
clash-verge-rev # Proxy: v2rayx, shadowsocksx-ng-r
macgesture # Mouse gestures
monitorcontrol # Controls external display brightness and volume
# monitorcontrol # Controls external display brightness and volume
mos # Smooth and reverse scroll
motrix # Downloader: ariang
microsoft-edge # Browser: google-chrome
Expand All @@ -48,7 +48,7 @@ apps=(
neteasemusic
iina
listen1 # yesplaymusic
zy-player
# streammusic zy-player

# Development
# docker # optional
Expand Down

0 comments on commit 5cbd841

Please sign in to comment.