Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
Added install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewmeyer committed Mar 4, 2018
1 parent d105839 commit 16af8bf
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>

## Purpose
* Written to provide an easy way of generating a brewfile from currently installed brews/casks
* Written to provide an easy way of generating a [brewfile]() from currently installed brews/casks
* Generating brewfiles makes it easy to migrate to a new mac without forgetting [Homebrew](https://brew.sh/) packages

## Install / Setup
Expand All @@ -17,14 +17,20 @@ $ gem install brewfile
```

## Usage
### Overwrite existing .gitignore file
### Overwrite existing brewfile
```bash
$ brewfile > brewfile
$ brewfile > ~/brewfile
```

### Append existing brewfile
```bash
$ brewfile >> brewfile
$ brewfile >> ~/brewfile
```

### Install brews/casks from brewfile
```bash
$ cd ~
$ brew bundle
```

### Sample Output
Expand Down

0 comments on commit 16af8bf

Please sign in to comment.