-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Brewfile
225 lines (181 loc) · 4.34 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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
# Brewfile
#
# HACK: via Makefile, split for mode tiny|normal|huge
#
# vim: set ft=config expandtab:
# Tap of the head
tap 'homebrew/bundle'
brew 'git'
brew 'mise' # alternative anyenv, asdf
brew 'curl'
brew 'jq'
# Common Utils
brew 'apr-util'
brew 'arm-none-eabi-binutils'
#brew 'binutils' # perl buildでldflagsコケるかも https://anatofuz.hatenablog.com/entry/2019/02/12/160854
brew 'coreutils'
brew 'diffutils'
brew 'docutils'
brew 'findutils'
# GNU alternative
brew 'gawk'
brew 'gnutls'
brew 'gnu-sed'
brew 'gnu-tar'
brew 'gnu-time'
brew 'gnu-which'
brew 'gpg'
# Shell
brew 'zsh'
brew 'zinit'
##############################################################
# HACK: Don't remove '@@' above line cause handled by Makefile
# @@ End of mode-tiny
##############################################################
cask_args appdir: '/Applications'
# Tap of the head
tap 'homebrew/cask-versions'
tap 'homebrew/cask-fonts'
tap 'sanemat/font'
tap 'aws/tap'
tap 'wez/wezterm'
tap 'hashicorp/tap'
# Desktop App
cask 'ghostty'
cask 'wezterm'
cask 'dash'
cask 'firefox'
cask 'spectacle' # Migrated from rectangle
cask 'raycast' # launcher Migrated from spotlight, and alfred
# Font, IME
cask 'google-japanese-ime'
cask 'font-hack-nerd-font'
brew 'fontconfig'
#######################
# Compiler, Build-tools
#######################
brew 'automake'
brew 'bazel'
#brew 'bsdmake'
brew 'cmake'
brew 'glib'
brew 'gcc'
brew 'llvm'
brew 'make'
brew 'pcre'
brew 'pkg-config'
#####
# VCS
#####
brew 'git-delta'
brew 'lazygit'
brew 'tig'
######################
# Languages, Toolchain
######################
brew 'editorconfig'
brew 'editorconfig-checker'
brew 'cargo-binstall'
brew 'cpanminus'
#brew 'rebar3'
#brew 'rust' # from mise
#brew 'ghc'
brew 'rye'
brew 'python'
# lsp managed by lazyvim
#brew 'terraform_landscape' # lsp
#brew 'terraform-ls' # lsp
#############
# Editor, IDE
#############
cask 'macvim'
brew 'tree-sitter'
brew 'neovim'
#brew 'vim'
# 'vscode --install-extension'
#vscode "GitHub.codespaces"
###########
# Container
###########
#cask 'docker'
brew 'k9s'
brew 'stern' # Tail multiple Kubernetes pods & their containers
######
# HTTP
######
cask 'httpie'
brew 'nghttp2'
##########
# Database
##########
brew 'sqlite'
brew 'mysql-client'
########
# GitHub
########
brew 'gh'
brew 'ghq'
brew 'hub'
#######
# Cloud
#######
cask 'aws-vault'
brew 'awscli'
#brew 'aws/tap/copilot-cli'
cask 'session-manager-plugin'
cask 'google-cloud-sdk'
brew 'packer'
brew 'fastly/tap/fastly'
brew 'falco' # Fastly VCL developer tool
####################
# CommandLine Tools
###################
brew 'procs' # Powerful 'ps' https://github.com/dalance/procs
brew 'bat' # Powerful 'cat' https://github.com/sharkdp/bat
brew 'bat-extras' # https://github.com/eth-p/bat-extras/blob/master/README.md
brew 'fd' # Powerful 'find' https://github.com/sharkdp/fd
brew 'ripgrep' # Powerful 'grep' https://github.com/BurntSushi/ripgrep
brew 'lsd' # Powerful 'ls' https://github.com/lsd-rs/lsd
brew 'act' # github actions runner on local
brew 'direnv' # will be migrate to https://mise.jdx.dev/direnv.etml
brew 'fzf' # Migrated from sk
brew 'atuin' # Shell history with a SQLite database
brew 'pre-commit' # TODO: recommended to migrate 'lefthook' (written in mise)
brew 'yq'
brew 'xq'
brew 'netmask'
brew 'tmux'
brew 'wget'
brew 'watch'
brew 'tree'
brew 'telnet'
##############################################################
# HACK: Don't remove '@@' above line cause handled by Makefile
# @@ End of mode-normal
##############################################################
brew 'mas' # brew utils
mas 'Slack', id: 803_453_959
cask '1password' #mas '1Password', id: 443_987_910
#mas 'TweetDeck', id: 485_812_721
#cask 'intellij-idea' # now, migrated to jetbrains-toolbox
cask 'jetbrains-toolbox'
# multi app manager
#cask 'franz'
cask 'microsoft-edge@beta'
cask 'google-chrome'
cask 'deepl'
cask 'discord'
cask 'dropbox'
cask 'kindle'
cask 'notion'
cask 'messenger'
cask 'visual-studio-code'
cask 'homebrew/cask-drivers/zsa-wally' # ZSA Kayboard the EZ way
cask 'font-victor-mono'
cask 'font-victor-mono-nerd-font'
#cask 'gifcapture'
#cask 'krisp'
##############################################################
# HACK: Don't remove '@@' above line cause handled by Makefile
# @@ End of mode-huge
##############################################################