-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
180 lines (171 loc) · 2.83 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
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
# tap repositories and their packages
tap 'homebrew/bundle'
tap 'homebrew/cask-fonts'
cask 'font-fira-code'
tap 'hashicorp/tap'
brew 'vault'
tap 'rcmdnk/file'
brew 'brew-file'
tap 'warrensbox/tap'
brew 'tfswitch'
# Other Homebrew packages
brew 'act'
brew 'aom'
brew 'aribb24'
brew 'awscli'
brew 'boost'
brew 'brotli'
brew 'ca-certificates'
brew 'cairo'
brew 'capstone'
brew 'carthage'
brew 'cffi'
brew 'cjson'
brew 'dav1d'
brew 'devspace'
brew 'docker'
brew 'docutils'
brew 'double-conversion'
brew 'dtc'
brew 'edencommon'
brew 'fb303'
brew 'fbthrift'
brew 'ffmpeg'
brew 'fizz'
brew 'flac'
brew 'fmt'
brew 'folly'
brew 'fontconfig'
brew 'freetype'
brew 'frei0r'
brew 'fribidi'
brew 'gdbm'
brew 'gettext'
brew 'gflags'
brew 'giflib'
brew 'git-lfs'
brew 'glib'
brew 'glog'
brew 'gmp'
brew 'gnutls'
brew 'graphite2'
brew 'harfbuzz'
brew 'helm'
brew 'highway'
brew 'icu4c'
brew 'imath'
brew 'jpeg-turbo'
brew 'jpeg-xl'
brew 'kubernetes-cli'
brew 'lame'
brew 'leptonica'
brew 'libarchive'
brew 'libass'
brew 'libb2'
brew 'libbluray'
brew 'libevent'
brew 'libidn2'
brew 'libmicrohttpd'
brew 'libnghttp2'
brew 'libogg'
brew 'libpng'
brew 'librist'
brew 'libsamplerate'
brew 'libslirp'
brew 'libsndfile'
brew 'libsodium'
brew 'libsoxr'
brew 'libssh'
brew 'libtasn1'
brew 'libtiff'
brew 'libunibreak'
brew 'libunistring'
brew 'libusb'
brew 'libvidstab'
brew 'libvmaf'
brew 'libvorbis'
brew 'libvpx'
brew 'libx11'
brew 'libxau'
brew 'libxcb'
brew 'libxdmcp'
brew 'libxext'
brew 'libxrender'
brew 'libyaml'
brew 'little-cms2'
brew 'lz4'
brew 'lzo'
brew 'mas'
brew 'mbedtls'
brew 'minikube'
brew 'mpdecimal'
brew 'mpg123'
brew 'ncurses'
brew 'nettle'
brew 'nginx'
brew 'opencore-amr'
brew 'openexr'
brew 'openjpeg'
brew '[email protected]'
brew 'openssl@3'
brew 'opus'
brew 'p11-kit'
brew 'pango'
brew 'pcre2'
brew 'pixman'
brew 'pnpm'
brew 'pycparser'
brew 'python-setuptools'
brew '[email protected]'
brew '[email protected]'
brew 'qemu'
brew 'rav1e'
brew 'readline'
brew 'rubberband'
brew 'ruby'
brew 'saml2aws'
brew 'sdl2'
brew 'six'
brew 'snappy'
brew 'spaceship'
brew 'speex'
brew 'sqlite'
brew 'srt'
brew 'svt-av1'
brew 'tesseract'
brew 'thefuck'
brew 'theora'
brew 'unbound'
brew 'vde'
brew 'wangle'
brew 'webp'
brew 'x264'
brew 'x265'
brew 'xorgproto'
brew 'xvid'
brew 'xz'
brew 'z'
brew 'zeromq'
brew 'zimg'
brew 'zsh-async'
brew 'zstd'
# Other Cask applications
cask '1password'
cask 'appcleaner'
cask 'github'
cask 'iterm2'
cask 'mockoon'
cask 'openlens'
cask 'rectangle'
cask 'visual-studio-code'
# App Store applications
mas 'Alfred (1.2)', id: 405843582
mas 'Final Cut Pro (10.6.10)', id: 424389933
mas 'Hand Mirror (3.0.1)', id: 1502839586
mas 'iHosts (1.4.0)', id: 1102004240
mas 'Keynote (13.2)', id: 409183694
mas 'Logic Pro (10.8)', id: 634148309
mas 'Numbers (13.2)', id: 409203825
mas 'Pages (13.2)', id: 409201541
mas 'Sequel Ace (4.0.11)', id: 1518036000
mas 'Xcode (15.0.1)', id: 497799835