diff options
| author | Christian Cleberg <[email protected]> | 2026-02-15 18:29:22 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-02-15 18:29:22 -0600 |
| commit | 31725c90163dd1838c06562842e3960654e29922 (patch) | |
| tree | 3ea04f65c7fc909da91b97187154ecf4123ea49e /macos/Brewfile | |
| parent | 9f25cc85998c0fec78cd2391390c78f4ee058133 (diff) | |
| download | dotfiles-31725c90163dd1838c06562842e3960654e29922.tar.gz dotfiles-31725c90163dd1838c06562842e3960654e29922.tar.bz2 dotfiles-31725c90163dd1838c06562842e3960654e29922.zip | |
add macos bootstrap script
Diffstat (limited to 'macos/Brewfile')
| -rw-r--r-- | macos/Brewfile | 32 |
1 files changed, 32 insertions, 0 deletions
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" |
