From 31725c90163dd1838c06562842e3960654e29922 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 15 Feb 2026 18:29:22 -0600 Subject: add macos bootstrap script --- macos/Brewfile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 macos/Brewfile (limited to 'macos') diff --git a/macos/Brewfile b/macos/Brewfile new file mode 100644 index 0000000..b64030d --- /dev/null +++ b/macos/Brewfile @@ -0,0 +1,32 @@ +# Taps +tap "homebrew/bundle" +tap "homebrew/services" +tap "koekeishiya/formulae" + +# Formulae +brew "stow" +brew "gnupg" +brew "pinentry-mac" +brew "git" +brew "ripgrep" +brew "fzf" +brew "bat" +brew "fd" +brew "yabai" +brew "skhd" +brew "ispell" +brew "zsh-autosuggestions" +brew "zsh-syntax-highlighting" +brew "powerlevel10k" +brew "uv" +brew "gh" +brew "glab" + +# Casks +cask "iterm2" +cask "vscodium" +cask "bitwarden" +cask "mullvad-vpn" +cask "signal" +cask "syncthing" +cask "font-fira-code-nerd-font" -- cgit v1.2.3