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.
To set up a new system with the packages and configurations defined here, follow these steps.
Ensure Homebrew is installed. If not, install it with:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew bundle