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

https://github.com/opennms/brewfile-for-on-boarding


https://github.com/opennms/brewfile-for-on-boarding

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Use HomeBrew Bundle to add prerequisites

## Install HomeBrew
```
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
## Install Git
```
$ brew install git
```
## Clone this repository
```
$ git clone [THIS_REPO]
```
## Use HomeBrew to install the brewfile
```
$ cd brewfile-for-on-boarding
$ brew bundle install
```