An open API service indexing awesome lists of open source software.

https://github.com/laozhu/brewfile

👨‍💻 Brewfile of my selected macOS applications
https://github.com/laozhu/brewfile

brewfile homebrew homebrew-cask macos macos-app

Last synced: 7 months ago
JSON representation

👨‍💻 Brewfile of my selected macOS applications

Awesome Lists containing this project

README

          

# Brewfile Homebrew

*Install or update all your macOS applications with `brew bundle`*

## Usage

### Install homebrew

*Homebrew is the missing package manager for macOS*

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

### Install mas-cli

*Mac App Store command line interface*

```bash
$ brew install mas

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

### Brew bundle

*Bundler for non-Ruby dependencies from Homebrew*

```bash
$ 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](https://en.wikipedia.org/wiki/Great_Firewall), please proxy your terminal first.

### Credits

- [homebrew](https://brew.sh/)
- [homebrew-cask](https://github.com/Homebrew/homebrew-cask)
- [homebrew-cask-fonts](https://github.com/Homebrew/homebrew-cask-fonts)
- [homebrew-bundle](https://github.com/Homebrew/homebrew-bundle)
- [homebrew-services](https://github.com/Homebrew/homebrew-services)
- [homebrew-dart](https://github.com/dart-lang/homebrew-dart)
- [mas-cli](https://github.com/mas-cli/mas)
- [quick-look-plugins](https://github.com/sindresorhus/quick-look-plugins)