-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
175 lines (169 loc) · 3.31 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
# Taps
tap 'github/gh'
tap 'homebrew/bundle'
tap 'homebrew/cask'
tap 'homebrew/cask-drivers'
tap 'homebrew/cask-versions'
tap 'homebrew/cask-fonts'
tap 'homebrew/services'
tap 'shivammathur/php'
tap "universal-ctags/universal-ctags"
# Formulae
brew 'ack'
brew 'bash'
brew 'bash-completion'
brew 'composer'
brew 'coreutils'
brew 'deno'
brew 'docker'
brew 'dnsmasq'
brew 'emojify'
brew 'gh'
brew 'git'
brew 'git-filter-repo'
brew 'go'
brew 'grep'
brew 'httpd'
brew 'hub'
brew 'imagemagick'
brew 'jsonnet'
brew 'make'
brew 'mariadb'
brew 'mas' # Mac App Store command-line interface
# brew 'mongodb'
brew 'mysql'
brew 'nginx'
brew 'node'
brew 'nvm'
brew 'openssl'
#
brew 'php'
brew 'shivammathur/php/[email protected]'
brew 'pnpm'
#
# brew 'postgresql'
# @todo(psql) upgrade path
brew '[email protected]'
brew 'pyenv'
brew 'rbenv'
brew 'redis'
brew 'rustup-init'
brew 'svn' # for fonts
brew 'tmux'
brew "universal-ctags", args: ["HEAD"]
brew 'vim'
brew 'watch'
brew 'watchman'
brew 'wget'
brew 'wp-cli'
brew 'wxwidgets'
brew 'xcodegen'
brew 'yarn'
brew 'youtube-dl'
brew 'zsh'
brew 'zsh-autosuggestions'
brew 'zsh-completions'
brew 'zsh-history-substring-search'
brew 'zsh-syntax-highlighting'
# Python Specific
# brew 'fonttools' # python3 -m pip install fonttools
# brew 'brotli' # python3 -m pip install brotli
# Casks
cask '1password'
cask 'adobe-creative-cloud'
# cask 'alfred'
cask 'arc'
cask 'bartender'
# cask 'brave-browser'
# cask 'dbngin'
# cask 'discord'
cask 'docker'
cask 'dropbox'
# cask 'fantastical'
# cask 'figma'
cask 'firefox'
cask 'fliqlo'
cask 'google-drive'
cask 'google-chrome'
cask 'gpg-suite'
cask 'hyper'
cask 'imageoptim'
cask 'insomnia'
cask 'iterm2'
# cask 'kaleidoscope'
cask 'keka'
cask 'kid3'
cask 'little-snitch'
# cask 'loom'
cask 'melodics'
cask 'micro-snitch'
# cask 'microsoft-auto-update'
# cask 'microsoft-edge'
# cask 'microsoft-outlook'
# cask 'microsoft-teams'
# cask 'minecraft'
# cask 'monitorcontrol'
cask 'ngrok'
cask 'notion'
cask 'notunes'
# cask 'now'
cask 'openemu'
cask 'plex'
cask 'plex-media-server'
cask 'podman'
# cask 'postman '
cask 'protonvpn'
cask 'proxyman'
cask 'raycast'
# cask 'react-native-debugger'
# cask 'robo-3t'
# cask 'sequel-pro'
cask 'signal'
cask 'simple-comic'
# cask 'sketch'
cask 'slack'
# cask 'sonos'
cask 'spotify'
cask 'tableplus'
# cask 'tower'
cask 'transmission'
cask 'transmission-remote-gui'
cask 'transmit'
# cask 'twitch'
cask 'visual-studio-code'
cask 'vlc'
# cask 'zeplin'
cask 'zoom'
# Rouge Amoeba
cask 'airfoil'
cask 'audio-hijack'
cask 'farrago'
cask 'fission'
cask 'loopback'
# Fonts
cask 'font-barlow'
cask 'font-fira-code'
cask 'font-ibm-plex'
cask 'font-inter'
cask 'font-roboto-mono'
cask 'font-roboto'
# Mac App Store Applications
mas '1Blocker', id: 1365531024
# mas 'GarageBand', id: 682658836
# mas 'GIF Brewery 3', id: 1081413713
mas 'Gifski', id: 1351639930
# mas 'iMovie', id: 408981434
mas 'Jiffy', id: 1502527999
# mas 'Keynote', id: 409183694
# mas 'LINE', id: 539883307
# mas 'Microsoft Excel', id: 462058435
# mas 'Microsoft Word', id: 462054704
mas 'Noizio', id: 928871589
# mas 'Numbers', id: 409203825
# mas 'Pages', id: 409201541
mas 'Pandan', id: 1569600264
# mas 'Quiplash', id: 1002623276
mas 'Solitaire+', id: 515113678
# mas 'The Jackbox Party Pack 5', id: 1438912153
mas 'UTC Time', id: 1538245904
# mas 'Xcode', id: 497799835 # note(xcode) need to uninstall/install from brew