-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_Brewfile
More file actions
459 lines (405 loc) Β· 17.2 KB
/
dot_Brewfile
File metadata and controls
459 lines (405 loc) Β· 17.2 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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
# ~/.Brewfile
# =============================================================================
# Project dependencies installed using `brew bundle`
#
# See https://github.com/Homebrew/homebrew-bundle
# =============================================================================
# Inspiration:
# - https://github.com/posquit0/brewfile
cask_args appdir: '/Applications'
# A CLI tool upgrading every outdated app installed by Homebrew Cask
# INFO: brew cu
tap 'buo/cask-upgrade'
# βββββββ ββββββ βββ βββββββββββ ββββββ ββββββ βββ ββββββ
# ββββ βββββ βββββ βββ βββ ββββββ βββββββ βββββββ βββ β
# βββ ββββββ βββ ββββ ββββ ββββββ βββββββ βββββββ β ββββ
# ββββ ββββ β βββ ββββ ββββ β βββ ββββββ βββββββ β βββ
# βββββββ βββββββ ββββ ββββ β β ββββββββ ββββββββββββββββββββββββ
# βββ β ββ ββ β β ββ β ββ β ββββββ β ββββββ β βββ ββ βββ β β
# β β β β β β β ββ β β β ββ β β ββ β β β ββ ββ β β
# β β β β ββ β β β β β β β β β β β β β β
# β β β β β β β β β β β
# β β
# Manage compile and link flags for libraries
brew 'pkg-config'
# Text-based UI library
brew 'ncurses'
# GNU internationalization (i18n) and localization (l10n) library
brew 'gettext'
# Library for command-line editing
brew 'readline'
# Core application library for C
brew 'glib'
# GNU multiple precision arithmetic library
brew 'gmp'
# Collection of portable C++ source libraries
brew 'boost'
# Vector graphics library with cross-device output support
brew 'cairo'
# Open source graph visualization software
brew 'graphviz'
# Framework for layout and rendering of i18n text
brew 'pango'
# Image manipulation library
brew 'jpeg'
# Library for manipulating PNG images
brew 'libpng'
# TIFF library and utilities
brew 'libtiff'
# Software library to render fonts
brew 'freetype'
# Generic library support script
# INFO: In order to prevent conflicts with Apple's own libtool we have prepended a "g"
brew 'libtool'
# Git version control system
brew 'git'
# Git extension for versioning large files
brew 'git-lfs'
# GNU Compiler Collection
brew 'gcc'
# Next-generation compiler infrastructure
brew 'llvm'
# Tool for writing better scripts
brew 'zx'
# Static analysis and lint tool, for (ba)sh scripts
brew 'shellcheck'
# Load testing tool
brew 'bzt'
# Diff tool
brew 'difftastic'
# Golang
# The Go programming language
brew 'go'
# Go programming language tools
brew 'golangci-lint'
# .NET
# Free and open-source .NET SDK (>= 5)
cask 'dotnet-sdk'
# Java
# Java SE Development Kit
brew 'openjdk'
# Oracle Java SE Development Kit
cask 'oracle-jdk'
# Scala
## Artifact Fetcher
brew 'coursier'
## Language Server
brew 'metals'
## Language
brew 'scala'
# βββββββββββββββ ββββββ ββββ βββββ βββ ββββ β βββ βββ
# β βββ ββββ β βββ β ββββββββββ βββββββ ββ ββ β ββββββ ββββ
# β ββββ ββββββ βββ βββ ββββ βββββββββββ ββ ββββββ βββ ββββ
# β ββββ β βββ β βββββββ βββ βββ ββββββββ ββββββββββββββ ββββ
# ββββ β βββββββββββ ββββββββ ββββββββββββ ββββ ββ ββββββββββββ
# β ββ ββ ββ ββ ββ βββββ ββ β βββ β ββ β β ββ βββββ βββ β
# β β β β ββ β βββ β β β ββ ββ β ββ β ββ ββ β β β
# β β ββ β β β β β β β β β β β β
# β β β β β β β β β β
#
## Terminal Emulator
# Terminal Emulator for macOS
cask 'iterm2' if OS.mac?
# A GPU-accelerated cross-platform terminal emulator and multiplexer
cask 'wezterm'
# GPU-accelerated terminal emulator
cask 'alacritty'
## Terminal multiplexer
# A terminal workspace with batteries included
brew 'zellij'
# Terminal multiplexer with VT100/ANSI terminal emulation
brew 'screen'
# A terminal multiplexer, allowing to access multiple separate terminal sessions
brew 'tmux'
# Reattach process (e.g., tmux) to background
brew 'reattach-to-user-namespace'
# Share your terminal as a web application
tap 'sorenisanerd/gotty'
brew 'gotty'
# ββββββ βββ ββ ββββββ βββ βββ
# βββ β ββββ βββββ β ββββ ββββ
# β ββββ ββββββββββββ ββββ ββββ
# β ββββββ βββ βββ β ββββ ββββ
# ββββββββββββββββββββββββββββββββββββββββ
# β βββ β β β βββββββ ββ ββ βββ ββ βββ β
# β ββ β β β βββ β β β ββ β β ββ β β β
# β β β β ββ β β β β β β
# β β β β β β β β β β
#
# Bourne-Again SHell, a UNIX command interpreter
brew 'bash'
# Programmable completion for Bash 4.1+
brew 'bash-completion@2'
# User-friendly command-line shell for UNIX-like operating systems
# INFO: Need to add `/usr/local/bin/fish` to `/etc/shells`
brew 'fish'
# UNIX shell (command interpreter)
# INFO: Need to add `/usr/local/bin/zsh` to `/etc/shells`
brew 'zsh'
# Tips, tricks, and examples for zsh
brew 'zsh-lovers'
# ββββββ ββββββ ββββ β βββββββββ βββ βββ ββββ β ββββββ ββββββ
# ββββ ββ ββββ βββ ββ ββ β β βββ ββββββββ ββββ ββ ββ β ββ β βββ β βββ
# βββ β ββββ ββββββ ββ ββββ ββββ βββββ βββ βββββββ ββ βββββββ βββ βββ β
# ββββ βββββββ βββββββ ββββββ ββββ β βββββββββ ββββββββ ββββββββ β βββββββ
# β βββββ ββ βββββββββββ ββββ ββββ β ββ ββββββββββββ βββββββββββββββ ββββ
# β ββ β ββ ββββββ β ββ β β β ββ ββ ββββββ β ββ β β ββ ββ ββ ββ ββββ
# β β β β ββ β ββ β ββ β β ββ β β ββ ββ β ββ β β β ββ β ββ
# β β β β β β β β β β β β β β β β β ββ β
# β β β β β β β β β β β β
# β
## Docker
# A tool for exploring each layer in a docker image
brew 'dive'
# The lazier way to manage everything docker
brew 'lazydocker'
## Kubernetes
# Kubernetes command-line interface
brew 'kubernetes-cli'
# Kubernetes CLI to manage cluters in style
brew 'k9s'
# The Kubernetes package manager
tap 'helm/tap'
brew 'helm'
# A declarative spec for deploying Helm charts
brew 'helmfile'
# Hosting Helm Charts via GitHub Pages and Releases
brew 'chart-releaser'
# CLI tool for linting and testing Helm charts
brew 'chart-testing'
# Customization of kubernetes YAML configurations
brew 'kustomize'
# Tool for repeatable Kubernetes development
brew 'skaffold'
# Plugin manager for kubectl command-line tool
brew 'krew'
# Local development Kubernetes
brew 'kind'
# SDK for building Kubernetes applications
brew 'kubebuilder'
brew 'operator-sdk'
# Check cluster for deprecated APIs
brew 'kubent'
# Object analysis tool for Kubernetes resources
brew 'kube-score'
# Kubernetes resource recommender
tap 'robusta-dev/homebrew-krr'
brew 'krr'
# Kubernetes configuration validator
brew 'kubeconform'
## Access Control
# Tool that can switch between kubectl contexts easily and create aliases
brew 'kubectx'
# The single pane of glass for all of your kubeconfig files.
tap 'danielfoehrkn/switch'
brew 'switch'
# Plugin for kubectl OpenID Connect authentication
tap 'int128/kubelogin'
brew 'kubelogin'
# Kubernetes Native Policy Management
brew 'kyverno'
# Summarize Kubernetes RBAC roles for the specified subjects
tap 'Ladicle/kubectl-bindrole'
brew 'kubectl-rolesum'
## Monitoring & Debugging
# Kubernetes log viewer
tap 'boz/repo'
brew 'kail'
# Multi pod and container log tailing for Kubernetes
brew 'stern'
# Bulk port forwarding Kubernetes services for local development
tap 'txn2/tap'
brew 'kubefwd'
## Cluster Provisioning
# Production Grade K8s Installation, Upgrades, and Management
brew 'kops'
# A single-node Kubernetes cluster inside a VM on your laptop
brew 'minikube'
# βββββββ ββββββ βββ ββ ββββββ ββββββ ββββββ
# ββββ βββββ βββββ ββββββ βββββββ ββββββ β
# βββ ββββββ βββ βββββββ βββββββ βββββ ββββ
# ββββ ββββ β βββ ββββββ ββββββββββ β β βββ
# βββββββ βββββββ ββββ β βββββββββββ β ββββββββββ
# βββ β ββ ββ β β ββ β ββββββ ββββ β ββ βββ β β
# β β β β β β β ββ β β ββ ββ β β ββ β β
# β β β β ββ β β β β ββ β β β
# β β β β β β β
# β β
## Terraform
tap 'hashicorp/tap'
# Tool to build, change, and version infrastructure
# brew 'terraform'
# A CLI tool to switch between different versions of terraform
tap 'warrensbox/tap'
brew 'tfswitch'
# A Terraform Automation and Collaboration Software credentials helper
tap 'tonedefdev/terracreds'
brew 'terracreds'
# Update version constraints in your Terraform configuration
tap 'minamijoyo/tfupdate'
brew 'tfupdate'
# Interactivity select resource to plan / apply / destroy with target option
tap 'future-architect/tap'
brew 'tftarget'
# Automatic Terraform moved blocks
tap 'busser/tap'
brew 'tfautomv'
# Tool to generate documentation from Terraform modules
brew 'terraform-docs'
# A schema inspector for Terraform providers
tap 'minamijoyo/tfschema'
brew 'tfschema'
# Display your Terraform module call stack in your terminal
tap 'busser/tap'
brew 'tftree'
# Thin wrapper for Terraform e.g. for locking state
brew 'terragrunt'
# Terraform linter for detecting errors that can not be detected by `terraform plan`
brew 'tflint'
# Security scanner for your Terraform code
brew 'tfsec'
# Terraform version manager
brew 'tfenv'
## Ansible
# Automate deployment, configuration, and upgrading
brew 'ansible'
# Best practices checker for Ansible
brew 'ansible-lint'
# Molecule aids in the development and testing of Ansible roles
# INFO: Install using pip
# brew 'molecule'
## Kubernetes
tap 'argoproj/tap'
# CLI for ArgoCD
brew 'argocd'
# CLI for Argo Workflow
brew 'argo'
brew 'kubectl-argo-rollouts'
# Istio configuration command-line utility
brew 'istioctl'
## GitHub Actions
# Run your GitHub Actions locally
brew 'act'
# Static checker for GitHub Actions workflow files
brew 'actionlint'
# ββββ β βββββββββββββββ β ββ ββββββ ββββββ ββ βββ
# ββ ββ β ββ ββ βββ βββββ β βββββββ ββββββ β βββ βββββ
# βββ ββ βββββββ β ββββ βββββ β ββ ββββ ββββββ βββ βββββββ
# ββββ ββββββββ ββ ββββ β βββ β ββ βββ ββββββββββ βββ ββ
# ββββ βββββββββββ ββββ β ββββββββ β βββββββββββ ββββββββ ββ
# β ββ β β ββ ββ β β ββ β βββ β β ββββββ β ββ βββββ ββ ββ
# β ββ β ββ β β β β β β β β β ββ ββ β βββ ββ ββ
# β β β β β β β β β β β ββ β β ββ β
# β β β β β β β β β
#
## Analysis
# The worldβs foremost and widely-used network protocol analyzer
cask 'wireshark'
# Port scanning utility for large networks
brew 'nmap'
## Proxy & VPN
# For an instant, secure URL to your localhost server through any NAT or firewall
cask 'ngrok'
### Utility
# GNU utilities for networking
brew 'inetutils'
# MAC spoofing GUI for macOS
cask 'linkliar' if OS.mac?
# βββββββββ ββββββ ββββββ βββ ββββββ
# β βββ ββββββ βββββββ βββββββ βββ β
# β ββββ ββββββ βββββββ βββββββ β ββββ
# β ββββ β βββ ββββββ βββββββ β βββ
# ββββ β β ββββββββ ββββββββββββββββββββββββ
# β ββ β ββββββ β ββββββ β βββ ββ βββ β β
# β β β ββ β β ββ β β β ββ ββ β β
# β β β β β β β β β β β β β β
# β β β β β β β
#
## Mac OS X
# Mac App Store command line interface
brew 'mas' if OS.mac?
# Swiss Army Knife for macOS
brew 'm-cli' if OS.mac?
# Keyboard customizer for macOS
cask 'karabiner-elements' if OS.mac?
## Mac OS X: Quick Look Plugins
# An Application for Inspecting macOS Installer Packages
cask 'suspicious-package' if OS.mac?
# GNU File, Shell, and Text utilities
brew 'coreutils'
# Internet file retriever
brew 'wget'
# Get a file from an HTTP, HTTPS or FTP server
brew 'curl'
# GNU cryptographic tools
brew 'gnupg'
brew 'gnupg2'
# Network utilities
brew 'iproute2mac' if OS.mac?
## Filesystem
# Modern replacement for `ls`
brew 'eza'
# Display directories as trees
brew 'tree'
# A new way to see and navigate directory trees
brew 'broot'
# A command-line fuzzy finder
brew 'fzf'
# A smarter `cd` command
brew 'zoxide'
# Clone of cat with syntax highlighting and Git integration
brew 'bat'
# Pager program similar to more
brew 'less'
# Simple, fast and user-friendly alternative to find
brew 'fd'
# An extremely fast alternative to grep that respects your gitignore
brew 'ripgrep'
# GNU awk utiliy
brew 'gawk'
# Disk Usage/Free Utility - a better 'df' alternative
brew 'duf'
# A more intuitive version of du in rust
brew 'dust'
# Lightweight and flexible command-line JSON processor
brew 'jq'
## Compress
# 7-Zip (high compression file archiver) implementation
brew 'p7zip'
# General-purpose data compression with high compression ratio
brew 'xz'
## Process
# Executes a program periodically, showing output fullscreen
brew 'watch'
# A modern watch command. Time machine and pager etc
brew 'viddy'
# A modern replacement for ps written in Rust
brew 'procs'
# Command-line benchmarking tool
brew 'hyperfine'
## Monitoring
# Yet another cross-platform graphical process/system monitor.
brew 'bottom'
# An interactive process viewer for Unix
brew 'htop'
# Display an interface's bandwidth usage
brew 'iftop'
# Top-like interface for container metrics
brew 'ctop'
# Glances an Eye on your system
brew 'glances'
# Top-like resource monitor for the command-line
brew 'btop'
## MISC
# Personal information dashboard for your Terminal
brew 'wtfutil'
# Simplified and community-driven man pages
brew 'tldr'
# Create and view interactive cheatsheets on the command-line
brew 'cheat'
# Record and share your terminal sessions, the simple way
brew 'asciinema'
# The minimal, blazing-fast, and infinitely customizable prompt for any shell
brew 'starship'
# Generic colorizer
brew 'grc'