-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
88 lines (82 loc) · 1.71 KB
/
Brewfile
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
88
tap "elastic/tap"
tap "homebrew/services"
tap "mongodb/brew"
tap "teamookla/speedtest"
brew "xz"
brew "webp"
brew "awscli"
brew "docker"
brew "flyctl"
brew "gh"
brew "git"
brew "httpie"
brew "libheif"
brew "mas"
brew "nvm"
brew "saml2aws"
brew "semgrep"
brew "wget"
brew "zlib"
brew "zsh"
brew "teamookla/speedtest/speedtest"
brew "mongodb/brew/mongodb-database-tools"
brew "llm"
brew "antigen"
brew "iterm2"
# Services
brew "opensearch", restart_service: true
brew "ollama", restart_service: true
brew "mongodb-community", restart_service: true
brew "postgresql@14", restart_service: true
brew "rabbitmq", restart_service: true
brew "redis", restart_service: true
brew "elastic/tap/elasticsearch-full", restart_service: true
# JavaScript Tools
brew "node"
brew "pnpm"
# Python
brew "pyenv"
brew "pyenv-virtualenv"
brew "python"
brew "poetry"
brew "uv"
brew "ruff"
# Applications
cask "1password"
cask "battle-net"
cask "chatgpt"
cask "cleanshot"
cask "cloudflare-warp"
cask "couleurs"
cask "docker"
cask "telegram"
cask "netnewswire"
cask "ngrok"
cask "sf-symbols"
cask "slack"
cask "rectangle"
cask "tableplus"
cask "sketch"
cask "screen-studio"
cask "charles"
cask "doppler"
cask "font-0xproto-nerd-font"
cask "cursor"
cask "zoom"
cask "selfcontrol"
cask "mimestream"
cask "signal"
cask "zed"
# Mac App Store
mas '1Password for Safari', id: 1569813296
mas 'Xcode', id: 497799835
mas 'TestFlight', id: 899247664
mas 'Pixelmator Pro', id: 1289583905
mas 'Save to Pocket', id: 1477385213
mas 'Userscripts', id: 1463298887
mas 'JSON Peep for Safari', id: 1458969831
mas 'Flow - Focus & Pomodoro Timer', id: 1423210932
mas 'ia Writer', id: 775737590
mas 'Dropmark Menubar', id: 554314609
mas '1Blocker', id: 1365531024
mas 'Things 3', id: 904280696