summaryrefslogtreecommitdiff
path: root/macos/Brewfile
blob: b64030da6de74369af3fa977f73003501d3899ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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"