-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBrewfile
More file actions
250 lines (250 loc) · 8.18 KB
/
Copy pathBrewfile
File metadata and controls
250 lines (250 loc) · 8.18 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
tap "alexsjones/llmfit", "https://github.com/AlexsJones/homebrew-llmfit"
tap "borgbackup/tap", trusted: true
tap "bwilczynski/tap"
tap "codecrafters-io/tap"
tap "domt4/autoupdate", trusted: true
tap "hashicorp/tap", trusted: true
tap "isen-ng/dotnet-sdk-versions", trusted: true
tap "oven-sh/bun", trusted: true
tap "pkgxdev/made", trusted: true
# ARP scanning and fingerprinting tool
brew "arp-scan"
# Official Amazon AWS command-line interface
brew "awscli"
# Microsoft Azure CLI 2.0
brew "azure-cli"
# Clone of cat(1) with syntax highlighting and Git integration
brew "bat"
# Core application library for C
brew "glib"
# Formatting tools for C, C++, Obj-C, Java, JavaScript, TypeScript
brew "clang-format"
# Cross-platform make
brew "cmake"
# Utility to configure multi-display resolutions and arrangements
brew "displayplacer"
# Convert text between DOS, UNIX, and Mac formats
brew "dos2unix"
# Select default apps for documents and URL schemes on macOS
brew "duti"
# Diff tool for YAML files, and sometimes JSON
brew "dyff"
# X11 image viewer
brew "feh"
# Play, record, convert, and stream select audio and video codecs
brew "ffmpeg"
# Command-line tools for fly.io services
brew "flyctl"
# Monitor a directory for changes and run a shell command
brew "fswatch"
# Command-line fuzzy finder written in Go
brew "fzf"
# GNU awk utility
brew "gawk"
# GNU compiler collection
brew "gcc"
# Open-source, cross-platform JavaScript runtime environment
brew "node"
# Interact with Google Gemini AI models from the command-line
brew "gemini-cli"
# Distributed revision control system
brew "git"
# Git extension for versioning large files
brew "git-lfs"
# 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"
# Small utility that generates Go code from any file
brew "go-bindata"
# Fast linters runner for Go
brew "golangci-lint"
# Graph visualization software from AT&T and Bell Labs
brew "graphviz"
# Smarter Dockerfile linter to validate best practices
brew "hadolint"
# User-friendly cURL replacement (command-line HTTP client)
brew "httpie"
# Command-line benchmarking tool
brew "hyperfine"
# Tools and libraries to manipulate images in select formats
brew "imagemagick"
# Command-line interface for JFrog products
brew "jfrog-cli"
# Rainbows and unicorns in your console!
brew "lolcat"
# Powerful, lightweight programming language
brew "lua"
# Package manager for the Lua programming language
brew "luarocks"
# CLI for Node.js style checker and lint tool for Markdown files
brew "markdownlint-cli"
# Mac App Store command-line interface
brew "mas"
# CLI for interacting with MCP servers using both stdio and HTTP transport
brew "mcptools"
# Tools to facilitate the use of Microsoft Access databases
brew "mdbtools"
# Polyglot runtime manager (asdf rust clone)
brew "mise"
# Cross platform, open source .NET development framework
brew "mono"
# 'traceroute' and 'ping' in a single tool
brew "mtr"
# Create, run, and share large language models (LLMs)
brew "ollama"
# Development kit for the Java programming language
brew "openjdk"
# 7-Zip (high compression file archiver) implementation
brew "p7zip"
# Swiss-army knife of markup format conversion
brew "pandoc"
# Package compiler and linker metadata toolkit
brew "pkgconf"
# Standalone binary that can run anything
brew "pkgx"
# Tool for managing OCI containers and pods
brew "podman"
# PDF rendering library (based on the xpdf-3.0 code base)
brew "poppler"
# Object-relational database system
brew "postgresql@14"
# Command-line shell and scripting language
brew "powershell", link: false
# Protocol buffers (Google's data interchange format)
brew "protobuf"
# Show ps output as a tree
brew "pstree"
# Cross-platform application and UI framework
brew "qt"
# Safe, concurrent, practical language
brew "rust"
# Non-interactive SSH password auth
brew "sshpass"
# ISO/Edinburgh-style Prolog interpreter
brew "swi-prolog"
# User interface to the TELNET protocol
brew "telnet"
# Syntax-aware linter for prose
brew "vale"
# Executes a program periodically, showing output fullscreen
brew "watch"
# Internet file retriever
brew "wget"
# HTTP benchmarking tool
brew "wrk"
# JavaScript package manager
brew "yarn"
# Process YAML, JSON, XML, CSV and properties documents from the CLI
brew "yq"
# Terminal tool that right-sizes LLM models to your system hardware
brew "alexsjones/llmfit/llmfit", trusted: true
# Deduplicating archiver with compression and authenticated encryption
brew "borgbackup/tap/borgbackup-fuse"
# Strava Command-Line Tools
brew "bwilczynski/tap/strava-cli", trusted: true
# CodeCrafters CLI
brew "codecrafters-io/tap/codecrafters", trusted: true
# Packer
brew "hashicorp/tap/packer"
# Terraform
brew "hashicorp/tap/terraform"
# Vault
brew "hashicorp/tap/vault"
# Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.
brew "oven-sh/bun/bun"
# Install Anything
brew "pkgxdev/made/pkgm"
# Command-line interface for 1Password
cask "1password-cli"
# Enable Windows-like alt-tab
cask "alt-tab"
# Brings the power of Copilot coding agent directly to your terminal
cask "copilot-cli"
# Write, edit, and chat about your code with AI
cask "cursor"
# Voice and text chat software
cask "discord"
# Developer platform
cask "dotnet-sdk"
# This cask follows releases from https://github.com/dotnet/core/tree/master
cask "isen-ng/dotnet-sdk-versions/dotnet-sdk3-1-400"
# This cask follows releases from https://github.com/dotnet/core/tree/master
cask "isen-ng/dotnet-sdk-versions/dotnet-sdk5-0-400"
# This cask follows releases from https://github.com/dotnet/core/tree/master
cask "isen-ng/dotnet-sdk-versions/dotnet-sdk6-0-400"
# This cask follows releases from https://github.com/dotnet/core/tree/master
cask "isen-ng/dotnet-sdk-versions/dotnet-sdk7-0-400"
# This cask follows releases from https://github.com/dotnet/core/tree/master
cask "isen-ng/dotnet-sdk-versions/dotnet-sdk8", trusted: true
# This cask follows releases from https://github.com/dotnet/core/tree/master
cask "isen-ng/dotnet-sdk-versions/dotnet-sdk8-0-400", trusted: true
cask "font-meslo-lg-nerd-font"
# Set of tools to manage resources and applications hosted on Google Cloud
cask "gcloud-cli"
# Web browser
cask "google-chrome"
# Client for the Google Drive storage service
cask "google-drive"
# Avalonia-based .NET decompiler
cask "ilspy"
# Terminal emulator as alternative to Apple's Terminal app
cask "iterm2"
# Extensible editor for OpenStreetMap
cask "josm"
# Keyboard customiser
cask "karabiner-elements"
# File system integration
cask "macfuse"
# Shows the next meeting in the menu bar
cask "meetingbar"
# Set of CPU, memory, disk, and network monitoring tools
cask "menumeters"
# Simple application that will prevent iTunes or Apple Music from launching
cask "notunes"
# Knowledge base that works on top of a local folder of plain text Markdown files
cask "obsidian"
# Finder Toolbar app to open the current directory in Editor
cask "openineditor-lite"
# Finder Toolbar app to open the current directory in Terminal
cask "openinterminal-lite"
# Desktop virtualization software
cask "parallels"
# Extracts pages, splits, merges, mixes and rotates PDF files
cask "pdfsam-basic"
# Command-line shell and scripting language
cask "powershell"
# Allows users with an iSight (or compatible) camera to read QR codes
cask "qr-journal"
# Control your tools with a few keystrokes
cask "raycast"
# Move and resize windows using keyboard shortcuts or snap areas
cask "rectangle"
# Time optimising application
cask "rescuetime"
# Plugin for AWS CLI to start and end sessions that connect to managed instances
cask "session-manager-plugin"
# Video game digital distribution service
cask "steam"
# Enable Windows-like program quitting when all windows are closed
cask "swift-quit"
# JDK from the Eclipse Foundation (Adoptium)
cask "temurin"
# Open-source code editor
cask "visual-studio-code"
# Remote desktop application focusing on security
cask "vnc-viewer"
# Desktop Backup Client for Borg
cask "vorta"
# Rust-based terminal
cask "warp"
mas "Be Focused", id: 973134470
mas "Keynote", id: 409183694
mas "Numbers", id: 409203825
mas "Online Check", id: 6504709660
mas "Pages", id: 409201541
mas "WhatsApp", id: 310633997
mas "Windows App", id: 1295203466
mas "Xcode", id: 497799835