https://github.com/jjgrainger/brew
Manage your Mac OS Dependencies with Homebrew, Casks and a Brewfile
https://github.com/jjgrainger/brew
brewfile homebrew
Last synced: about 1 year ago
JSON representation
Manage your Mac OS Dependencies with Homebrew, Casks and a Brewfile
- Host: GitHub
- URL: https://github.com/jjgrainger/brew
- Owner: jjgrainger
- Created: 2016-10-25T11:24:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T11:47:43.000Z (over 9 years ago)
- Last Synced: 2025-04-15T06:06:46.297Z (about 1 year ago)
- Topics: brewfile, homebrew
- Language: Ruby
- Size: 1000 Bytes
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brew
Manage your Mac OS Dependencies with [Homebrew](http://brew.sh/), [Casks](https://caskroom.github.io/) and a [Brewfile](https://github.com/Homebrew/homebrew-bundle).
The following setup allows you to automatically install homebrew and the dependencies and apps defined in `Brewfile`.
## Installation
Either [download the repository](https://github.com/jjgrainger/brew/archive/master.zip) or clone it:
```
$ git clone https://github.com/jjgrainger/Brew.git
```
## Usage
When on a new machine, jump into the directory and execute `install.sh`
```
$ cd path/to/Brew
$ ./install.sh
```
This will install Homebrew if it hasn't been already, then run `$ brew bundle` to install everything listed in `Brewfile`.
For more information, see this [blog post](http://jjgrainger.co.uk/2016/10/25/homebrew-casks-and-a-brewfile/)