/brewfile

👨‍💻 Brewfile of my selected macOS applications

Primary LanguageRubyMIT LicenseMIT

Brewfile Homebrew

Install or update all your macOS applications with brew bundle

Usage

Install homebrew

Homebrew is the missing package manager for macOS

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install mas-cli

Mac App Store command line interface

$ brew install mas

# Search for applications by name
$ mas search Xcode
497799835 Xcode

Brew bundle

Bundler for non-Ruby dependencies from Homebrew

$ git clone https://github.com/laozhu/brewfile
$ cd brewfile
$ brew bundle

Now it's time to enjoy your macOS 🎉

🚧 Tips

如果你发现总是安装失败,很有可能是 homebrew 下载源被墙了,请先挂梯子并在终端启用代理。

If your installation fails, maybe the download source is blocked by GFW, please proxy your terminal first.

Credits