-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
135 lines (121 loc) · 2.58 KB
/
Brewfile
File metadata and controls
135 lines (121 loc) · 2.58 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# Homebrew dependencies
brew "mas"
# Dev dependencies
brew "autoconf"
brew "coreutils"
brew "openssl"
brew "libyaml" # must come after openssl
brew "pkg-config"
# System dependencies
brew "node"
brew "python"
brew "ruby"
# Image manipulation
brew "imagemagick"
# brew "pngquant"
# brew "gifski"
# Unix environment
brew "ansible"
brew "direnv"
brew "fd"
brew "fzf"
brew "git"
brew "git-extras"
brew "htop"
brew "hub"
brew "gh"
brew "jq"
brew "mutt"
brew "neofetch"
brew "neovim"
brew "pinentry-mac"
brew "rcm"
brew "reattach-to-user-namespace"
brew "the_silver_searcher"
brew "tmux"
brew "universal-ctags"
brew "watchman"
brew "wget"
brew "ykman" # for YubiKey
brew "zsh"
brew "ripgrep"
brew "difftastic"
cask "ghostty"
brew "zellij"
brew "uv"
brew "rv"
brew "mise"
brew "watch"
# Dev tools
brew "claude-code"
brew "opencode"
brew "ollama"
brew "honeybadger-io/tap/honeybadger"
# Fonts
cask "font-hack-nerd-font"
# Security
cask "gpg-suite"
cask "keybase"
cask "little-snitch", args: { appdir: '/Applications' }
cask "viscosity"
cask "1password-cli"
# Utilities
cask "qlmarkdown"
cask "steermouse", args: { appdir: '/Applications' }
cask "alfred"
cask "karabiner-elements"
cask "istat-menus", args: { appdir: '/Applications' }
cask "iterm2"
cask "teensy" # for ErgoDox
cask "arq", args: { appdir: '/Applications' }
cask "cleanshot"
# General
cask "adobe-creative-cloud"
cask "appcleaner"
cask "claude"
cask "dash"
cask "daisydisk"
cask "discord"
cask "github"
cask "google-chrome", args: { appdir: '/Applications' }
cask "chromium", args: { "no-quarantine": true }
cask "firefox@developer-edition"
cask "imageoptim"
cask "netnewswire"
cask "jordanbaird-ice"
cask "logseq"
cask "obsidian"
cask "yakitrak/yakitrak/obsidian-cli"
cask "slack"
cask "screen-studio"
cask "todo-txt"
cask "tableplus"
cask "transmit"
cask "superwhisper"
cask "granola"
cask "cursor"
cask "orbstack"
cask "zed"
cask "zen"
# Mac app store
mas "iA Writer", id: 775737590
mas "Magnet", id: 441258766
mas "Perplexity", id: 6714467650
mas "Vimlike", id: 1584519802
mas "Xcode", id: 497799835
mas "Kagi for Safari", id: 1622835804
mas "Speedtest by Ookla", id: 1153157709
mas "Ivory for Mastodon by Tapbot", id: 6444602274
mas "Drafts", id: 1435957248
mas "GoodLinks", id: 1474335294
# mas "Affinity Photo 2: Image Editor", id: 1616822987
# mas "Affinity Designer 2", id: 1616831348
##
# Apps I've used in the past:
# cask "carbon-copy-cloner"
# cask "cold-turkey-blocker", args: { appdir: '/Applications' }
# cask "fluid"
# cask "hazeover"
cask "rocket"
# cask "vivaldi", args: { appdir: '/Applications' }
# cask "virtualbox", args: { appdir: '/Applications' }