-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
196 lines (179 loc) · 3.42 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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
# rubocop:disable all
def is_m1?
system("uname -m | grep arm64")
end
tap "homebrew/cask"
tap "homebrew/autoupdate"
tap "ikuwow/ikuwow-sshrc"
tap "Songmu/tap"
brew "mas"
# First required
mas "Things3", id: 904280696
cask "obsidian"
cask "1password"
mas "1Password for Safari", id: 1569813296
mas "WiFi Signal", id: 525912054
cask "karabiner-elements"
cask "ghostty"
cask "pastebot"
cask "istat-menus"
cask "rambox"
cask "bartender"
mas "WireGuard", id: 1451685025
brew "bash"
cask "logi-options+"
# This installation process hangs up!
# Install by yourself from: https://www.logitechg.com/en-us/innovation/g-hub.html
# cask "logitech-g-hub"
cask "jetbrains-toolbox"
cask "adguard"
brew "coreutils"
brew "diffutils"
brew "findutils"
brew "gnu-sed"
brew "gnu-which"
brew "gawk"
brew "grep"
# required by vim
brew "python"
brew "node@20" # for Copilot
# For AWS
brew "awscli"
brew "awslogs"
brew "cfn-lint"
cask "session-manager-plugin"
brew "zlib"
brew "asdf"
brew "aquaproj/aqua/aqua"
brew "openssl"
brew "telnet"
brew "bash-completion@2"
brew "cloog"
brew "gcc"
brew "cmake"
brew "ghostscript"
brew "git"
brew "git-secrets"
brew "highlight"
brew "jq"
brew "nkf"
brew "nmap"
brew "pwgen"
brew "ikuwow/ikuwow-sshrc/sshrc"
brew "tmux"
brew "trash"
brew "tree"
brew "wget"
brew "watch"
brew "fontforge"
brew "neovim"
brew "graphviz"
brew "shellcheck"
brew "slackcat"
brew "circleci"
brew "actionlint"
brew "yamllint"
brew "imagemagick"
brew "shfmt"
brew "ccat"
brew "ghq"
brew "fzf"
brew "percona-toolkit"
brew "noti"
brew "pre-commit"
brew "act"
brew "tfmigrate"
brew "tflint"
brew "python-yq" # Not "yq"
brew "gh"
brew "kafka"
brew "akamai"
brew "cloudflare-cli4"
brew "direnv"
brew "packer"
brew "ansible"
brew "ipv6toolkit"
brew "yt-dlp"
# Databases
brew "mysql"
cask "mysqlworkbench"
brew "postgresql@14"
brew "tbls"
brew "sqlparse"
brew "mongocli"
# For gpg key
brew "gpg"
cask "gpg-suite-no-mail"
# For PHP
brew "libsodium"
brew "bison"
brew "re2c"
brew "libiconv"
brew "libzip"
brew "miller"
# Virtual environment:
brew "qemu"
brew "libvirt"
# This needs `HOMEBREW_NO_VERIFY_ATTESTATIONS=1`
# See: https://github.com/Homebrew/homebrew-core/issues/177384
brew "virt-manager"
# docker/k8s etc.
tap "fluxcd/tap"
tap "kayac/tap"
brew "docker"
brew "docker-compose"
brew "docker-buildx"
brew "colima"
brew "kubie"
brew "k9s"
brew "kind"
brew "fluxcd/tap/flux"
brew "helm"
brew "helmfile"
brew "copilot" # AWS Copilot
brew "ecspresso"
brew "Songmu/tap/ecschedule"
brew "e1s"
# kubectl and kustomize should be managed by asdf
# Browsers
cask "google-chrome"
cask "microsoft-edge"
cask "firefox"
cask "deepl"
cask "1password-cli"
cask "vimr"
cask "xquartz"
cask "google-cloud-sdk"
cask "vagrant"
cask "vlc"
cask "zoom"
cask "chromedriver"
cask "lastfm"
cask "ears"
cask "powershell"
cask "onyx"
cask "chatgpt" if is_m1?
cask "utm"
cask "wireshark"
# Work related
cask "miro"
cask "notion"
cask "microsoft-teams"
mas "Dark Reader for Safari", id: 1438243180
mas "The Unarchiver", id: 425424353
mas "Numbers", id: 409203825
mas "Keynote", id: 409183694
mas "Pages", id: 409201541
mas "Day One", id: 1055511498
mas "New File Menu", id: 1064959555
mas "Kindle", id: 302584613
mas "LINE", id: 539883307
mas" RapidRes", id: 1329898474
mas "Streaks", id: 963034692
mas "Speedtest", id: 1153157709
mas "Focus", id: 777233759
mas "Control Panel for Twitter", id: 1668516167
mas "one sec", id: 1532875441
mas "Xcode", id: 497799835
mas "WireGuard", id: 1451685025
# TODO: Add Save to Reader (ReadWise)