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
- Host: GitHub
- URL: https://github.com/laozhu/brewfile
- Owner: laozhu
- License: mit
- Created: 2019-04-26T14:54:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T15:02:20.000Z (over 5 years ago)
- Last Synced: 2025-01-16T11:26:43.649Z (9 months ago)
- Topics: brewfile, homebrew, homebrew-cask, macos, macos-app
- Language: Ruby
- Homepage: https://github.com/laozhu/brewfile
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brewfile
*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)