-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
32 lines (27 loc) · 684 Bytes
/
Copy pathBrewfile
File metadata and controls
32 lines (27 loc) · 684 Bytes
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
# Bootstrap (must exist before mise can do anything)
brew "git"
brew "mise"
# Shell + editor foundations
brew "fish"
brew "neovim"
brew "luarocks"
brew "tmux"
brew "direnv"
# macOS-only utilities
brew "trash"
brew "tree"
# No prebuilt darwin binary -> mise can't fetch these, brew is the fallback (see CLAUDE.md)
brew "btop" # aqua/ubi/github backends have no darwin/arm64 build
brew "eza" # ships no darwin binary; mise asdf plugin relies on flaky cargo-quickinstall
# Casks
cask "alacritty"
cask "font-hack-nerd-font"
cask "font-meslo-lg-nerd-font"
cask "finch"
cask "markedit"
cask "handy"
# Security casks
cask "lulu"
cask "blockblock"
cask "knockknock"
cask "malwarebytes"