-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
227 lines (212 loc) · 7.17 KB
/
Copy pathBrewfile
File metadata and controls
227 lines (212 loc) · 7.17 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
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
226
227
# Homebrew Bundle file for laptop migration
# Run with: brew bundle --file=~/git/dotfiles/Brewfile
# Taps
tap "nvidia/openshell"
tap "oven-sh/bun"
tap "snyk/tap"
tap "socktainer/tap"
# Essential CLI tools
brew "git"
brew "gh" # GitHub CLI
brew "glab" # GitLab CLI
brew "wget"
brew "curl"
brew "gnupg" # GPG for commit signing
brew "gpgme" # GPG Made Easy library
brew "pinentry-mac" # GPG pinentry for macOS
brew "bash"
# Shell and terminal tools
brew "coreutils" # GNU timeout (gtimeout) and other core utils
brew "ripgrep" # Fast grep (rg)
brew "gnu-sed" # GNU sed (gsed)
brew "grep" # GNU grep
brew "fzf" # Fuzzy finder
brew "tree"
brew "htop"
brew "watch"
brew "jq" # JSON processor
brew "yq" # YAML processor
brew "lynx" # Terminal web browser
brew "parallel" # GNU parallel
brew "mosh" # Mobile shell (SSH replacement)
# Development tools
brew "go"
brew "golangci-lint" # Go linter
brew "node"
brew "node@18"
brew "pipx" # Python CLI tool installer
brew "uv" # Fast Python package manager
brew "yarn"
brew "pkgconf" # Package config
# Container and Kubernetes tools
brew "docker"
brew "kubernetes-cli" # kubectl
brew "minikube"
brew "skopeo" # Container image utility
brew "lima" # Linux VMs on macOS
# Cloud CLI tools
brew "azure-cli"
brew "openshift-cli" # oc command
brew "rosa-cli" # ROSA CLI
brew "stern" # Multi-pod log tailing
# Network tools
brew "iperf"
brew "iperf3"
brew "spoof-mac" # MAC address spoofing
# Document and media tools
brew "ffmpeg"
brew "poppler" # PDF rendering library
brew "ocrmypdf" # OCR for PDFs
# YAML/config tools
brew "yamlfix" # YAML formatter
brew "yamllint" # YAML linter
brew "cfssl" # CloudFlare SSL toolkit
# AI tools
brew "gptme" # GPT terminal assistant
brew "nvidia/openshell/openshell" # NVIDIA OpenShell
# Misc tools
brew "cliclick" # macOS mouse/keyboard automation
brew "container" # Container runtime
brew "copyparty" # File sharing server
brew "googleworkspace-cli" # Google Workspace CLI
brew "switchaudio-osx" # Audio device switcher
# Security
brew "snyk/tap/snyk" # Snyk vulnerability scanner
brew "trivy" # Container vulnerability scanner
# Runtime tools
brew "oven-sh/bun/bun" # Fast JS runtime
brew "socktainer/tap/socktainer" # Container socket manager
# Cask applications
cask "ghostty" # GPU-accelerated terminal
cask "gstreamer-runtime"
cask "openscad@snapshot" # 3D CAD modeler
# VS Code extensions
vscode "aaron-bond.better-comments"
vscode "aaron00101010.diff-panel"
vscode "acarreiro.calculate"
vscode "adamhartford.vscode-base64"
vscode "antfu.slidev"
vscode "anthropic.claude-code"
vscode "asciidoctor.asciidoctor-vscode"
vscode "bierner.github-markdown-preview"
vscode "bierner.markdown-checkbox"
vscode "bierner.markdown-emoji"
vscode "bierner.markdown-mermaid"
vscode "bierner.markdown-preview-github-styles"
vscode "bpruitt-goddard.mermaid-markdown-syntax-highlighting"
vscode "brunnerh.insert-unicode"
vscode "chrmarti.regex"
vscode "coderabbit.coderabbit-vscode"
vscode "continue.continue"
vscode "cschlosser.doxdocgen"
vscode "davidanson.vscode-markdownlint"
vscode "dbaeumer.vscode-eslint"
vscode "docker.docker"
vscode "eamodio.gitlens"
vscode "editorconfig.editorconfig"
vscode "esbenp.prettier-vscode"
vscode "formulahendry.auto-rename-tag"
vscode "github.codespaces"
vscode "github.github-vscode-theme"
vscode "github.remotehub"
vscode "github.vscode-github-actions"
vscode "github.vscode-pull-request-github"
vscode "gitpod.gitpod-desktop"
vscode "gitpod.gitpod-remote-ssh"
vscode "golang.go"
vscode "google.geminicodeassist"
vscode "googlecloudtools.cloudcode"
vscode "grapecity.gc-excelviewer"
vscode "hackmd.vscode-hackmd"
vscode "hashicorp.terraform"
vscode "haskell.haskell"
vscode "hilleer.yaml-plus-json"
vscode "ibm.wca-core"
vscode "idleberg.applescript"
vscode "idleberg.jxa"
vscode "jeff-hykin.better-cpp-syntax"
vscode "jheilingbrunner.vscode-gnupg-tool"
vscode "joselitofilho.ginkgotestexplorer"
vscode "jsynowiec.vscode-insertdatestring"
vscode "justusadam.language-haskell"
vscode "keesschollaart.vscode-home-assistant"
vscode "lextudio.restructuredtext-pack"
vscode "llvm-vs-code-extensions.lldb-dap"
vscode "maelvalais.autoconf"
vscode "maziac.hex-hover-converter"
vscode "me-dutour-mathieu.vscode-github-actions"
vscode "medo64.render-crlf"
vscode "mhutchie.git-graph"
vscode "mindaro-dev.file-downloader"
vscode "mitchdenny.ecdc"
vscode "monish.regexsnippets"
vscode "mrmlnc.vscode-duplicate"
vscode "ms-azuretools.vscode-containers"
vscode "ms-azuretools.vscode-docker"
vscode "ms-dotnettools.vscode-dotnet-runtime"
vscode "ms-kubernetes-tools.vscode-kubernetes-tools"
vscode "ms-mssql.data-workspace-vscode"
vscode "ms-mssql.mssql"
vscode "ms-mssql.sql-bindings-vscode"
vscode "ms-mssql.sql-database-projects-vscode"
vscode "ms-playwright.playwright"
vscode "ms-python.debugpy"
vscode "ms-python.isort"
vscode "ms-python.python"
vscode "ms-python.vscode-pylance"
vscode "ms-python.vscode-python-envs"
vscode "ms-toolsai.jupyter"
vscode "ms-toolsai.jupyter-keymap"
vscode "ms-toolsai.jupyter-renderers"
vscode "ms-toolsai.vscode-jupyter-cell-tags"
vscode "ms-toolsai.vscode-jupyter-slideshow"
vscode "ms-vscode-remote.remote-containers"
vscode "ms-vscode-remote.remote-ssh"
vscode "ms-vscode-remote.remote-ssh-edit"
vscode "ms-vscode-remote.vscode-remote-extensionpack"
vscode "ms-vscode.azure-repos"
vscode "ms-vscode.cpptools"
vscode "ms-vscode.cpptools-themes"
vscode "ms-vscode.hexeditor"
vscode "ms-vscode.live-server"
vscode "ms-vscode.makefile-tools"
vscode "ms-vscode.powershell"
vscode "ms-vscode.remote-explorer"
vscode "ms-vscode.remote-repositories"
vscode "ms-vscode.remote-server"
vscode "ms-vscode.vscode-speech"
vscode "ms-vsliveshare.vsliveshare"
vscode "ms-vsliveshare.vsliveshare-pack"
vscode "nortakales.date-hover-preview"
vscode "octref.vetur"
vscode "oijaz.unicode-latex"
vscode "oysun.vuehelper"
vscode "paragdiwan.gitpatch"
vscode "pascalreitermann93.vscode-yaml-sort"
vscode "pulkitgangwar.nextjs-snippets"
vscode "redhat.ansible"
vscode "redhat.fabric8-analytics"
vscode "redhat.vscode-commons"
vscode "redhat.vscode-openshift-connector"
vscode "redhat.vscode-openshift-extension-pack"
vscode "redhat.vscode-redhat-account"
vscode "redhat.vscode-xml"
vscode "redhat.vscode-yaml"
vscode "ritwickdey.liveserver"
vscode "rjmacarthy.twinny"
vscode "ryu1kn.partial-diff"
vscode "samverschueren.final-newline"
vscode "saoudrizwan.claude-dev"
vscode "scala-lang.scala"
vscode "searking.preview-vscode"
vscode "sohamkamani.code-eol"
vscode "sourcegraph.cody-ai"
vscode "swiftlang.swift-vscode"
vscode "tomoki1207.pdf"
vscode "tumido.cron-explained"
vscode "tyriar.sort-lines"
vscode "waderyan.gitblame"
vscode "yaruson.ascii-unicode-escape"
vscode "yutengjing.vscode-archive"
vscode "yzhang.markdown-all-in-one"
vscode "zainchen.json"