This repository has been archived by the owner on May 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Brewfile
265 lines (265 loc) · 7.78 KB
/
Brewfile
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
tap "buildpacks/tap"
tap "caarlos0/tap"
tap "charmbracelet/tap"
tap "github/gh"
tap "go-task/tap"
tap "golangci/tap"
tap "goreleaser/tap"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
tap "muesli/tap"
tap "perkons/sshpass"
tap "samuelmeuli/tap"
tap "shaunsingh/sfmono-nerd-font-ligaturized"
tap "sigstore/tap"
# Simple, modern, secure file encryption
brew "age"
# Automate deployment, configuration, and upgrading
brew "ansible"
# Record and share terminal sessions
brew "asciinema"
# Clone of cat(1) with syntax highlighting and Git integration
brew "bat"
# GNU internationalization (i18n) and localization (l10n) library
brew "gettext"
# Cross-platform make
brew "cmake"
# GNU File, Shell, and Text utilities
brew "coreutils"
# Container Signing
brew "cosign"
# Get a file from an HTTP, HTTPS or FTP server
brew "curl"
# Modern replacement for 'ls'
brew "exa"
# Simple, fast and user-friendly alternative to find
brew "fd"
# GNU Transport Layer Security (TLS) Library
brew "gnutls"
# OpenType text shaping engine
brew "harfbuzz"
# Play, record, convert, and stream audio and video
brew "ffmpeg"
# Collection of GNU find, xargs, and locate
brew "findutils"
# User-friendly command-line shell for UNIX-like operating systems
brew "fish"
# Command-line fuzzy finder written in Go
brew "fzf"
# GNU awk utility
brew "gawk"
# GitHub command-line tool
brew "gh"
# Syntax-highlighting pager for git and diff output
brew "git-delta"
# Command-line option parsing utility
brew "gnu-getopt"
# C code prettifier
brew "gnu-indent"
# GNU implementation of the famous stream editor
brew "gnu-sed"
# GNU version of the tar archiving utility
brew "gnu-tar"
# GNU Pretty Good Privacy (PGP) package
brew "gnupg"
# Open source programming language to build simple/reliable/efficient software
brew "go"
# Stricter gofmt
brew "gofumpt"
# Version Control Visualization Tool
brew "gource"
# Ping, but with a graph
brew "gping"
# Graph visualization software from AT&T and Bell Labs
brew "graphviz"
# GNU grep, egrep and fgrep
brew "grep"
# Post-modern modal text editor
brew "helix"
# Kubernetes package manager
brew "helm"
# HTML validator written in Go
brew "htmltest"
# Improved top (interactive process viewer)
brew "htop"
# Curl statistics made simple
brew "httpstat"
# Configurable static site generator
brew "hugo"
# Command-line benchmarking tool
brew "hyperfine"
# Tools and libraries to manipulate images in many formats
brew "imagemagick"
# Calculate various network masks, etc. from a given IP address
brew "ipcalc"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Tool that can switch between kubectl contexts easily and create aliases
brew "kubectx"
# Kubernetes command-line interface
brew "kubernetes-cli"
# Collection of tools that nobody wrote when UNIX was young
brew "moreutils"
# Ambitious Vim-fork focused on extensibility and agility
brew "neovim"
# Port scanning utility for large networks
brew "nmap"
# Platform built on V8 to build network applications
brew "node"
# Pinentry for GPG on Mac
brew "pinentry-mac"
# Show ps output as a tree
brew "pstree"
# Persistent key-value database, with built-in net interface
brew "redis"
# Search tool like grep and The Silver Searcher
brew "ripgrep"
# 7-Zip is a file archiver with a high compression ratio
brew "sevenzip"
# Static analysis and lint tool, for (ba)sh scripts
brew "shellcheck"
# Cross-shell prompt for astronauts
brew "starship"
# Tail multiple Kubernetes pods & their containers
brew "stern"
# Opinionated Lua code formatter
brew "stylua"
# User interface to the TELNET protocol
brew "telnet"
# Tool to build, change, and version infrastructure
brew "terraform"
# Simplified and community-driven man pages
brew "tldr"
# Terminal multiplexer
brew "tmux"
# Display directories as trees (with optional color/HTML output)
brew "tree"
# Command-line tool for sharing terminal over the web
brew "ttyd"
# CLI time zone visualizer
brew "tz"
# HTTP load testing tool and library
brew "vegeta"
# Executes a program periodically, showing output fullscreen
brew "watch"
# Internet file retriever
brew "wget"
# Tool for managing your YubiKey configuration
brew "ykman"
# Seamless ssh-agent for YubiKeys and other PIV tokens
brew "yubikey-agent"
# Shell extension to navigate your filesystem faster
brew "zoxide"
# Apple Music Rich Presence for Discord
brew "caarlos0/tap/discord-applemusic-rich-presence"
# Cleans up old and inactive forks on your github account.
brew "caarlos0/tap/fork-cleaner"
# Like gofmt, but for JSON files
brew "caarlos0/tap/jsonfmt"
# Semantic Version Utility
brew "caarlos0/tap/svu"
# Timer is like sleep, but reports progress.
brew "caarlos0/tap/timer"
# Task Timer (tt) is a dead simple TUI task timer
brew "caarlos0/tap/tt"
# The Charm Tool and Library 🌟
brew "charmbracelet/tap/charm"
# Render markdown on the CLI, with pizzazz! 💅🏻
brew "charmbracelet/tap/glow"
# A tool for glamorous shell scripts
brew "charmbracelet/tap/gum"
# Backup and restore Ed25519 SSH keys with seed words
brew "charmbracelet/tap/melt"
# A personal key value store 🛼
brew "charmbracelet/tap/skate"
# The SSH directory
brew "charmbracelet/tap/wishlist"
# Task runner / simpler Make alternative written in Go
brew "go-task/tap/go-task"
# Fast linters runner for Go.
brew "golangci/tap/golangci-lint"
# Deliver Go binaries as fast and easily as possible
brew "goreleaser/tap/goreleaser-pro"
# Smart little CLI helper for git projects
brew "muesli/tap/gitty"
# Your personal markdown scribe with template-engine and Git(Hub) & RSS powers
brew "muesli/tap/markscribe"
# Tool for non-interactivly performing password authentication with SSH
brew "perkons/sshpass/sshpass"
# Password manager that keeps all passwords secure behind one password
cask "1password"
# Watch local content on Apple TV and Chromecast
cask "airflow"
# GPU-accelerated terminal emulator
cask "alacritty"
# Automatic tiling window manager similar to xmonad
cask "amethyst"
# Virtual Audio Driver
cask "blackhole-2ch"
# Screen capturing tool
cask "cleanshot"
# API documentation browser and code snippet manager
cask "dash5"
# Presentations from Markdown
cask "deckset"
# Voice and text chat software
cask "discord"
# Web browser
cask "firefox"
# Developer targeted fonts with a high number of glyphs
cask "font-jetbrains-mono-nerd-font"
# Monospaced variant of "San Francisco" by Apple
cask "font-sf-mono"
# Apple's SF Mono font patched with the Nerd Fonts patcher for Powerline support
cask "font-sf-mono-for-powerline"
# Web browser
cask "google-chrome"
# Free and open-source media player
cask "iina"
# Tool to optimize images to a smaller size
cask "imageoptim"
# End-to-end encryption software
cask "keybase"
# GPU-based terminal emulator
cask "kitty"
# Wallet desktop application to maintain multiple cryptocurrencies
cask "ledger-live"
# Tool to create text-based art
cask "monodraw"
# Reverse proxy, secure introspectable tunnels to localhost
cask "ngrok"
# App to write, plan, collaborate, and get organized
cask "notion"
# GUI client for PostgreSQL databases
cask "postico"
# Archive manager for data compression and backups
cask "rar"
# Move and resize windows using keyboard shortcuts or snap areas
cask "rectangle"
# Monitors the computer system and optimizes its performance
cask "sensei"
# Instant messaging application focusing on security
cask "signal"
# Team communication and collaboration software
cask "slack"
# Notepad with a built-in calculator
cask "soulver"
# Automatically downloads subtitles movies and TV shows
cask "subtitles"
# Messaging app with a focus on speed and security
cask "telegram"
# Open-source BitTorrent client
cask "transmission"
# Multimedia player
cask "vlc"
# Desktop client for WhatsApp
cask "whatsapp-beta"
# Application for configuring any YubiKey
cask "yubico-yubikey-manager"
# Video communication and virtual meeting platform
cask "zoom"