https://github.com/opennms/brewfile-for-on-boarding
https://github.com/opennms/brewfile-for-on-boarding
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opennms/brewfile-for-on-boarding
- Owner: OpenNMS
- Created: 2022-06-28T15:13:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T08:45:59.000Z (almost 4 years ago)
- Last Synced: 2025-09-10T21:52:22.575Z (9 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```