Skip to content

Instantly share code, notes, and snippets.

View sunsetroads's full-sized avatar
💭
I may be slow to respond.

Zhang Ning sunsetroads

💭
I may be slow to respond.
View GitHub Profile
@sunsetroads
sunsetroads / homebrew.rb
Created April 24, 2020 04:55
安装 brew 环境
#!/usr/bin/ruby
# This script installs to /usr/local only. To install elsewhere (which is
# unsupported) you can untar https://github.com/Homebrew/brew/tarball/master
# anywhere you like.
HOMEBREW_PREFIX = "/usr/local".freeze
HOMEBREW_REPOSITORY = "/usr/local/Homebrew".freeze
HOMEBREW_CACHE = "#{ENV["HOME"]}/Library/Caches/Homebrew".freeze
BREW_REPO = "https://github.com/Homebrew/brew".freeze
# TODO: bump version when new macOS is released