-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
87 lines (82 loc) · 1.25 KB
/
Brewfile
File metadata and controls
87 lines (82 loc) · 1.25 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
75
76
77
78
79
80
81
82
83
84
85
86
87
# taps
tap "homebrew/bundle"
tap "oven-sh/bun"
tap "stripe/stripe-cli"
tap "stripe/stripe-mock"
# cli essentials
brew "awscli"
brew "bash"
brew "bat"
brew "btop"
brew "cloudflared"
brew "coreutils"
brew "curl"
brew "direnv"
brew "dust"
brew "eza"
brew "fd"
brew "ffmpeg"
brew "fzf"
brew "gh"
brew "git"
brew "git-delta"
brew "git-extras"
brew "git-filter-repo"
brew "gnu-sed"
brew "gnupg"
brew "grep"
brew "jq"
brew "lazygit"
brew "mas"
brew "mise"
brew "mkcert"
brew "node"
brew "php"
brew "pipx"
brew "postgresql@17"
brew "redis"
brew "ripgrep"
brew "sheldon"
brew "starship"
brew "stow"
brew "tmux"
brew "topgrade"
brew "tree"
brew "watch"
brew "wget"
brew "yazi"
brew "yq"
brew "yt-dlp"
brew "zoxide"
brew "oven-sh/bun/bun"
brew "stripe/stripe-cli/stripe"
brew "stripe/stripe-mock/stripe-mock"
# media / image
brew "webp"
brew "imagemagick"
brew "gifsicle"
brew "jpegoptim"
brew "oxipng"
brew "pngpaste"
brew "pngquant"
# python
brew "python@3.14"
brew "python-tk@3.14"
# fonts
cask "font-fira-code-nerd-font"
cask "font-jetbrains-mono-nerd-font"
# core apps
cask "1password"
cask "1password-cli"
cask "adguard"
cask "appcleaner"
cask "chatgpt"
cask "ghostty"
cask "iina"
cask "keka"
cask "raycast"
cask "rectangle-pro"
cask "shottr"
cask "textsniper"
cask "yoink"
cask "zed"