Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 πΊο£Ώ
- Host: GitHub
- URL: https://github.com/juliodias/brewfile
- Owner: juliodias
- Created: 2024-09-05T23:23:57.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T15:52:42.000Z (about 15 hours ago)
- Last Synced: 2024-11-18T17:15:46.134Z (about 13 hours ago)
- Topics: homebrew
- Language: Ruby
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```