mavimo / brewfile

Homebrew packages that I frequently use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brewfile

This repository contains a Brewfile which lists all the Homebrew packages and applications that I frequently use.

Installation

To use this Brewfile, you must have Homebrew installed on your machine. To install Homebrew, run the following command in your terminal:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Once Homebrew is installed, clone this repository to your machine and execute the brew bundle command. This will install all the required packages and applications listed in the Brewfile.

git clone https://github.com/philippwaller/brewfile.git
cd brewfile
brew bundle

License

This repository is licensed under the MIT License. See the LICENSE file for more information.

About

Homebrew packages that I frequently use

License:MIT License


Languages

Language:Ruby 100.0%