Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 680 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 680 Bytes

My Brewfile Configuration

This repository contains a Brewfile with my essential package configuration for a macOS setup. The Brewfile lists Homebrew packages, casks, and Visual Studio Code extensions to streamline environment setup and package management.

Getting Started

To set up a new system with the packages and configurations defined here, follow these steps.

Prerequisites

Ensure Homebrew is installed. If not, install it with:

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

Run below command to install all packages defined in the Brewfile (run command on same dir)

brew bundle