Managed with chezmoi.
# 1. Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# 2. Install packages from Brewfile
brew bundle --file brew/Brewfile
# 3. Unlock Bitwarden (required for secrets in templates)
export BW_SESSION=$(bw unlock --raw)
# 4. Apply dotfiles
chezmoi init --apply mrskiro/dotfiles
# 5. Set default applications for file extensions
pkgx duti ~/.duti# Dump current packages to Brewfile
brew bundle dump --file brew/Brewfile --force --no-go