-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy pathBrewfile
More file actions
241 lines (241 loc) · 7.4 KB
/
Copy pathBrewfile
File metadata and controls
241 lines (241 loc) · 7.4 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
tap "camdencheek/brew"
tap "cormacrelf/tap"
tap "f1bonacc1/tap"
tap "homebrew/bundle"
tap "homebrew/services"
tap "humanlogio/tap"
tap "kelp/tools"
tap "modem-dev/tap"
tap "osx-cross/arm"
tap "osx-cross/avr"
tap "qmk/qmk"
tap "ynqa/tap"
# GitOps Continuous Delivery for Kubernetes
brew "argocd"
# Official Amazon AWS command-line interface
brew "awscli"
# Bourne-Again SHell, a UNIX command interpreter
brew "bash"
# Clone of cat(1) with syntax highlighting and Git integration
brew "bat"
# High performance key/value database
brew "berkeley-db"
# Resource monitor. C++ version and continuation of bashtop and bpytop
brew "btop"
# Core application library for C
brew "glib"
# Cross-platform make
brew "cmake"
# Container runtimes on MacOS (and Linux) with minimal setup
brew "colima"
# Color-highlighted diff(1) output
brew "colordiff"
# GNU File, Shell, and Text utilities
brew "coreutils"
# Cryptographic recipes and primitives for Python
brew "cryptography"
# Load/unload environment variables based on $PWD
brew "direnv"
# YAML Parser
brew "libyaml"
# Key value store for shared configuration and service discovery
brew "etcd"
# Simple, fast and user-friendly alternative to find
brew "fd"
# User-friendly command-line shell for UNIX-like operating systems
brew "fish"
# Command-line fuzzy finder written in Go
brew "fzf"
# GitHub command-line tool
brew "gh"
# OpenType text shaping engine
brew "harfbuzz"
# Interpreter for PostScript and PDF
brew "ghostscript"
# Render markdown on the CLI
brew "glow"
# GNU implementation of the famous stream editor
brew "gnu-sed"
# GNU Privacy Guard (OpenPGP)
brew "gnupg"
# Open source programming language to build simple/reliable/efficient software
brew "go"
# Graph visualization software from AT&T and Bell Labs
brew "graphviz"
# GNU grep, egrep and fgrep
brew "grep"
# Kubernetes package manager
brew "helm"
# Agent multiplexer that lives in your terminal
brew "herdr"
# Improved top (interactive process viewer)
brew "htop"
# Modern alternative to the watch command
brew "hwatch"
# Hypothetical Indexes for PostgreSQL
brew "hypopg"
# C/C++ and Java libraries for Unicode and globalization
brew "icu4c@76"
# Interactive jq
brew "ijq"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Helps you navigate your file system faster by learning your habits
brew "jump"
# Open-source distributed event streaming platform
brew "kafka"
# Colorize your kubectl output
brew "kubecolor"
# FAST Kubernetes manifests validator, with support for Custom Resources!
brew "kubeconform"
# Template-free customization of Kubernetes YAML manifests
brew "kustomize"
# Portable Foreign Function Interface library
brew "libffi"
# Provides library functionality for FIDO U2F & FIDO 2.0, including USB
brew "libfido2"
# NaCl networking and cryptography library
brew "libsodium"
# Next-gen compiler infrastructure
brew "llvm"
# Language Server for the Lua language
brew "lua-language-server"
# Open-source, cross-platform JavaScript runtime environment
brew "node"
# Easily convert Marp Markdown files into static HTML/CSS, PDF, PPT and images
brew "marp-cli"
# High performance, distributed memory object caching system
brew "memcached"
# Simple tool to make locally trusted development certificates
brew "mkcert"
# Protocol buffers (Google's data interchange format)
brew "protobuf"
# Open source relational database management system
brew "mysql", restart_service: :changed
# Open source relational database management system
brew "mysql-client"
# Open source relational database management system
brew "mysql@8.4", restart_service: :changed
# Incremental parsing library
brew "tree-sitter"
# Ambitious Vim-fork focused on extensibility and agility
brew "neovim"
# Control nvim processes using `nvr` command-line tool
brew "neovim-remote"
# Cryptography and SSL/TLS Toolkit
brew "openssl@1.1"
# Highly capable, feature-rich programming language
brew "perl"
# Friendly PIL fork (Python Imaging Library)
brew "pillow"
# Package compiler and linker metadata toolkit
brew "pkgconf"
# PDF rendering library (based on the xpdf-3.0 code base)
brew "poppler"
# Object-relational database system
brew "postgresql@17", restart_service: :changed
# Go support for Google's protocol buffers
brew "protoc-gen-go"
# Interpreted, interactive, object-oriented programming language
brew "python@3.11"
# Interpreted, interactive, object-oriented programming language
brew "python@3.12"
# Generic machine emulator and virtualizer
brew "qemu"
# Tools for and transforming and inspecting PDF files
brew "qpdf"
# Install various Ruby versions and implementations
brew "ruby-build"
# Ruby version manager
brew "rbenv"
# Persistent key-value database, with built-in net interface
brew "redis", restart_service: :changed
# Search tool like grep and The Silver Searcher
brew "ripgrep"
# Safe, concurrent, practical language
brew "rust"
# Easily detect and prevent bugs and anti-patterns in your codebase
brew "semgrep"
# Code-search similar to ack
brew "the_silver_searcher"
# Text interface for Git repositories
brew "tig"
# Terminal multiplexer
brew "tmux"
# Display directories as trees (with optional color/HTML output)
brew "tree"
# High-performance data structure server that primarily serves key/value workloads
brew "valkey", restart_service: :changed, link: false
# Secures, stores, and tightly controls access to secrets
brew "vault"
# Vi 'workalike' with many additional features
brew "vim"
# Executes a program periodically, showing output fullscreen
brew "watch"
# Internet file retriever
brew "wget"
# Extensible command-line tool to format YAML files
brew "yamlfmt"
# Linter for YAML files
brew "yamllint"
# Process YAML, JSON, XML, CSV and properties documents from the CLI
brew "yq"
# Tracks most-used directories to make cd smarter
brew "z"
# E-books management software
cask "calibre"
# Customise mouse behavior
cask "linearmouse"
# Replacement for Docker Desktop
cask "orbstack"
go "github.com/air-verse/air"
go "github.com/klauspost/asmfmt/cmd/asmfmt"
go "github.com/bufbuild/buf/cmd/buf"
go "cuelang.org/go/cmd/cue"
go "github.com/go-delve/delve/cmd/dlv"
go "github.com/kisielk/errcheck"
go "github.com/davidrjenni/reftools/cmd/fillstruct"
go "golang.org/dl/go1.20.7"
go "golang.org/dl/go1.21.0"
go "golang.org/dl/go1.21.5"
go "golang.org/dl/go1.22.0"
go "golang.org/dl/go1.22.1"
go "golang.org/dl/go1.22rc1"
go "golang.org/dl/go1.23.1"
go "golang.org/dl/go1.24.0"
go "golang.org/dl/go1.25.0"
go "golang.org/dl/go1.25.4"
go "golang.org/dl/go1.26.1"
go "github.com/rogpeppe/godef"
go "mvdan.cc/gofumpt"
go "golang.org/x/tools/cmd/goimports"
go "github.com/golangci/golangci-lint/v2/cmd/golangci-lint"
go "github.com/fatih/gomodifytags"
go "github.com/haya14busa/goplay/cmd/goplay"
go "golang.org/x/tools/gopls"
go "golang.org/x/tools/cmd/gorename"
go "github.com/jstemmer/gotags"
go "github.com/cweill/gotests/gotests"
go "gotest.tools/gotestsum"
go "golang.org/x/tools/cmd/guru"
go "github.com/humanlogio/humanlog/cmd/humanlog"
go "github.com/koron/iferr"
go "github.com/josharian/impl"
go "honnef.co/go/tools/cmd/keyify"
go "github.com/fatih/kfmt"
go "sigs.k8s.io/kind"
go "github.com/Kunde21/markdownfmt/v2"
go "github.com/vektra/mockery/v2"
go "go.uber.org/mock/mockgen"
go "github.com/fatih/motion"
go "github.com/twitchtv/twirp/protoc-gen-twirp"
go "github.com/mgechev/revive"
go "mvdan.cc/sh/v3/cmd/shfmt"
go "honnef.co/go/tools/cmd/staticcheck"
go "github.com/wal-g/wal-g/main/pg"
go "github.com/wal-g/wal-g/cmd/daemonclient"
go "github.com/google/yamlfmt/cmd/yamlfmt"
cargo "fre"
cargo "protobuf-codegen"
npm "@tryghost/ghst"
npm "vercel"