-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
23 lines (19 loc) · 673 Bytes
/
Copy pathBrewfile
File metadata and controls
23 lines (19 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Brewfile - install with: brew bundle --file=Brewfile
# Captures the CLI tools these dotfiles assume or benefit from.
# Shell & prompt
brew "zsh"
brew "powerlevel10k"
# Core tools referenced by configs/aliases
brew "git"
brew "tmux"
brew "vim"
brew "eza" # modern ls replacement (see common.sh)
# Quality-of-life CLI tools used by functions/aliases
brew "fzf" # fuzzy finder
brew "ripgrep" # fast grep (rg)
brew "fd" # fast find (note: shell fn is `fdir` to avoid shadowing)
brew "jq" # JSON processor
brew "wget"
brew "neofetch" # system info (.config/neofetch)
# Node version manager (lazy-loaded in .zshrc)
brew "nvm"