-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
134 lines (134 loc) · 4.11 KB
/
Copy pathBrewfile
File metadata and controls
134 lines (134 loc) · 4.11 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
tap "anomalyco/tap"
tap "ddev/ddev"
tap "hashicorp/tap"
tap "homebrew/core"
tap "mozilla-ai/tap"
# Incredibly fast JavaScript runtime, bundler, test runner, and package manager
brew "bun"
# Get a file from an HTTP, HTTPS or FTP server
brew "curl"
# Dependency Manager for PHP
brew "composer"
# Reference implementation for the Development Containers specification
brew "devcontainer"
# Play, record, convert, and stream select audio and video codecs
brew "ffmpeg"
# GitHub command-line tool
brew "gh"
# Agent multiplexer that lives in your terminal
brew "herdr"
# Command-line benchmarking tool
brew "hyperfine"
# Lazier way to manage everything docker
brew "lazydocker"
# Mac App Store command-line interface
brew "mas"
# Open-source, cross-platform JavaScript runtime environment
brew "node@22"
# Open-source, cross-platform JavaScript runtime environment
brew "node@24"
# Execute binaries from Python packages in isolated environments
brew "pipx"
# PDF rendering library (based on the xpdf-3.0 code base)
brew "poppler"
# Interpreted, interactive, object-oriented programming language
brew "python@3.12"
# Rust toolchain installer
brew "rustup"
# Open agent skills ecosystem
brew "skills"
# Tool to enforce Swift style and conventions
brew "swiftlint"
# Send macOS User Notifications from the command-line
brew "terminal-notifier"
# Validating, recursive, caching DNS resolver
brew "unbound"
# Generate your Xcode project from a spec file and your folder structure
brew "xcodegen"
# Feature-rich command-line audio/video downloader
brew "yt-dlp"
# The AI coding agent built for the terminal.
brew "anomalyco/tap/opencode", trusted: true
# DDEV
brew "ddev/ddev/ddev", trusted: true
# Terraform
brew "hashicorp/tap/terraform", trusted: true
# Application uninstaller
cask "appcleaner"
# cq is a shared knowledge store that helps agents avoid known pitfalls.
cask "mozilla-ai/tap/cq", trusted: true
# Server and cloud storage browser
cask "cyberduck"
# App to build and share containerised applications and microservices
cask "docker-desktop"
# Open-source video transcoder
cask "handbrake-app"
# Tool to optimise images to a smaller size
cask "imageoptim"
# Intercept, modify, replay, save HTTP/S traffic
cask "mitmproxy"
# Collaboration platform for API development
cask "postman"
# Tool that provides consistent, highly configurable symbols for apps
cask "sf-symbols"
# Instant messaging application focusing on security
cask "signal"
# Music streaming service
cask "spotify"
# Messaging app with a focus on speed and security
cask "telegram"
# Web browser focusing on security
cask "tor-browser"
# Open-source BitTorrent client
cask "transmission"
# VPN client for secure internet access and private browsing
cask "tunnelbear"
# Google Chromium, sans integration with Google
cask "ungoogled-chromium"
# Open-source code editor
cask "visual-studio-code"
# Multimedia player
cask "vlc"
mas "Affinity Photo", id: 824183456
mas "ColorSnapper2", id: 969418666
mas "Deliveries", id: 290986013
mas "Flighty", id: 1358823008
mas "Gemini 2", id: 1090488118
mas "iMovie", id: 408981434
mas "Keynote", id: 409183694
mas "Moom Classic", id: 419330170
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "Xcode", id: 497799835
vscode "bradlc.vscode-tailwindcss"
vscode "dbaeumer.vscode-eslint"
vscode "docker.docker"
vscode "drrouman.git-coauthors"
vscode "eamodio.gitlens"
vscode "esbenp.prettier-vscode"
vscode "google.wireit"
vscode "hashicorp.terraform"
vscode "l13rary.l13-duplicate"
vscode "mikestead.dotenv"
vscode "ms-azuretools.vscode-containers"
vscode "ms-azuretools.vscode-docker"
vscode "ms-dotnettools.csdevkit"
vscode "ms-dotnettools.csharp"
vscode "ms-dotnettools.vscode-dotnet-runtime"
vscode "ms-playwright.playwright"
vscode "ms-python.debugpy"
vscode "ms-python.python"
vscode "ms-python.vscode-pylance"
vscode "ms-python.vscode-python-envs"
vscode "ms-vscode-remote.remote-containers"
vscode "oxc.oxc-vscode"
vscode "prisma.prisma"
vscode "rvest.vs-code-prettier-eslint"
vscode "svelte.svelte-vscode"
vscode "tyriar.sort-lines"
vscode "vercel.turbo-vsc"
vscode "vitest.explorer"
vscode "vue.volar"
vscode "webossdk.webosstudio"
vscode "xabikos.javascriptsnippets"
vscode "xdebug.php-debug"