summaryrefslogtreecommitdiff
path: root/Brewfile
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-02-15 18:28:52 -0600
committerChristian Cleberg <[email protected]>2026-02-15 18:28:52 -0600
commit9f25cc85998c0fec78cd2391390c78f4ee058133 (patch)
tree3faafc9ec09309d371264d9aa047b017016eba25 /Brewfile
parentded435a422b7335ac0a647333d9ca591f46fa5c8 (diff)
downloaddotfiles-9f25cc85998c0fec78cd2391390c78f4ee058133.tar.gz
dotfiles-9f25cc85998c0fec78cd2391390c78f4ee058133.tar.bz2
dotfiles-9f25cc85998c0fec78cd2391390c78f4ee058133.zip
add macos bootstrap script
Diffstat (limited to 'Brewfile')
-rw-r--r--Brewfile32
1 files changed, 32 insertions, 0 deletions
diff --git a/Brewfile b/Brewfile
new file mode 100644
index 0000000..b64030d
--- /dev/null
+++ b/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"