blob: a4a680a5ce89854bf49ec23a527178511ada697e (
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
33
34
35
36
37
38
39
40
41
42
43
44
45
|
# 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"
brew "tmux"
brew "eza"
brew "zoxide"
brew "bottom"
brew "yazi"
brew "lazygit"
brew "direnv"
brew "tldr"
brew "bat"
brew "ripgrep"
brew "fd"
# Casks
cask "iterm2"
cask "vscodium"
cask "bitwarden"
cask "mullvad-vpn"
cask "signal"
cask "syncthing"
cask "font-fira-code-nerd-font"
cask "karabiner-elements"
cask "stats"
|