Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juliodias/brewfile

Automate installation of my personal homebrew setup 🍺
https://github.com/juliodias/brewfile

homebrew

Last synced: about 5 hours ago
JSON representation

Automate installation of my personal homebrew setup 🍺

Awesome Lists containing this project

README

        

# Automate macOS setup with Homebrew 🍺

Easily setup my macOS environment using [Homebrew](https://brew.sh/).

## Install Homebrew

Install homebrew by pasting the installation command below:
```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

## Setup homebrew packages

Install the [base applications](https://github.com/juliodias/brewfile/blob/main/Brewfile) by pasting the command below:
```
brew bundle
```