-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
64 lines (57 loc) · 3.18 KB
/
Brewfile
File metadata and controls
64 lines (57 loc) · 3.18 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Brewfile — Managed by `brew bundle`
# Install everything: brew bundle --file=~/projects/configurations/Brewfile
# ============================================================================
# CLI Tools — Development
# ============================================================================
brew "git" # Version control
brew "git-lfs" # Git Large File Storage
brew "gh" # GitHub CLI
brew "nvm" # Node.js version manager
brew "pyenv" # Python version manager
brew "jq" # JSON processor
brew "ripgrep" # Fast search (rg)
brew "fd" # Fast find alternative
brew "fzf" # Fuzzy finder
brew "git-delta" # Better git diffs
brew "tree" # Directory tree view
brew "wget" # HTTP downloads
# ============================================================================
# CLI Tools — Shell & Productivity
# ============================================================================
brew "z" # Directory jumping (frecency)
brew "bat" # Cat with syntax highlighting
brew "eza" # Modern ls replacement
brew "tldr" # Simplified man pages
brew "starship" # Cross-shell prompt (optional, see .zshrc)
# ============================================================================
# Fonts
# ============================================================================
cask "font-fira-code-nerd-font" # Monospace with ligatures + icons
cask "font-jetbrains-mono-nerd-font" # Monospace alternative + icons
cask "font-inter" # UI/design font
# ============================================================================
# Apps — Development
# ============================================================================
cask "iterm2" # Terminal
# IDE is installed separately based on user preference (see SETUP.md Step 0)
# ============================================================================
# Apps — Optional (installed interactively — see setup.sh)
# ============================================================================
# cask "slack" # Team chat
# cask "figma" # Design tool
# cask "linear-linear" # Project management
# cask "microsoft-teams" # Video calls
# ============================================================================
# Apps — Productivity
# ============================================================================
cask "alfred" # Launcher / Spotlight replacement
cask "rectangle" # Window management
cask "1password" # Password manager
cask "arc" # Browser
cask "karabiner-elements" # Keyboard customization
# ============================================================================
# Apps — Utilities
# ============================================================================
cask "appcleaner" # Clean app uninstaller
cask "cleanshot" # Screenshot tool
cask "qlmarkdown" # Quick Look preview for Markdown