-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
30 lines (26 loc) · 736 Bytes
/
Brewfile
File metadata and controls
30 lines (26 loc) · 736 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
# Brewfile
# NOTE:
# Brewfile is NOT used for version pinning.
# Language runtimes are managed by nvm / uv / goenv.
# tap "homebrew/core"
brew "git"
brew "neovim"
brew "ripgrep"
brew "fd"
brew "bat"
brew "fzf"
brew "zoxide"
brew "starship"
brew "goenv"
# Modern CLI tools
brew "eza" # Modern ls replacement
brew "tldr" # Simplified man pages
brew "jq" # JSON processor
brew "yq" # YAML processor
brew "httpie" # User-friendly HTTP client
brew "gh" # GitHub CLI
brew "lazygit" # Terminal UI for git
brew "lazydocker" # Terminal UI for docker
brew "btop" # Resource monitor
brew "dust" # Disk usage analyzer
brew "procs" # Modern ps replacement