-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBrewfile
More file actions
74 lines (68 loc) · 1.91 KB
/
Brewfile
File metadata and controls
74 lines (68 loc) · 1.91 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
65
66
67
68
69
70
71
72
73
74
# Brewfile
# Install with: brew bundle --file=Brewfile
# ================================
# Core CLI Tools
# ================================
brew "bat" # Better cat
brew "coreutils"
brew "curl"
brew "fd" # Better find
brew "fzf" # Fuzzy finder
brew "gh" # GitHub CLI
brew "git"
brew "git-delta" # Better git diff
brew "gnu-sed"
brew "grep"
brew "httpie"
brew "jq"
brew "mas" # Mac App Store CLI
brew "neovim"
brew "ripgrep"
brew "shellcheck"
brew "starship" # Prompt
brew "tmux"
brew "tree"
brew "wget"
brew "zoxide" # Better cd (aliased to z)
brew "zsh"
brew "zsh-autosuggestions"
brew "zsh-syntax-highlighting"
brew "direnv"
# ================================
# Development
# ================================
brew "fnm" # Fast Node Manager
# Note: bun is installed via curl in run_once_03-install-tools.sh
# ================================
# AWS
# ================================
brew "awscli"
# ================================
# Casks - Applications
# ================================
cask "alfred"
cask "karabiner-elements"
cask "firefox"
cask "flameshot"
cask "google-chrome"
cask "keepingyouawake"
cask "microsoft-teams"
cask "obsidian"
cask "orbstack" # Docker alternative
cask "rectangle"
cask "slack"
cask "visual-studio-code"
cask "wezterm"
cask "zed"
# ================================
# Fonts (Nerd Fonts for terminal/editor icons)
# ================================
cask "font-jetbrains-mono-nerd-font" # Primary coding font
cask "font-fira-code-nerd-font" # Alternative with ligatures
cask "font-hack-nerd-font" # Clean monospace
cask "font-monaspace" # Variable font family
# ================================
# Mac App Store (via mas)
# ================================
mas "Tadam", id: 531349534
mas "Todoist", id: 585829637