-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathBrewfile
More file actions
254 lines (254 loc) · 8.88 KB
/
Brewfile
File metadata and controls
254 lines (254 loc) · 8.88 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
tap "hashicorp/tap"
# Plugin manager for zsh, inspired by antigen and antibody
brew "antidote"
# Interpreted, interactive, object-oriented programming language
brew "python@3.13"
# Official Amazon AWS command-line interface
brew "awscli"
# Clone of cat(1) with syntax highlighting and Git integration
brew "bat"
# Yet another cross-platform graphical process/system monitor
brew "bottom"
# Create and view interactive cheat sheets for *nix commands
brew "cheat"
# Human-friendly and fast alternative to cut and (sometimes) awk
brew "choose-rust"
# GNU File, Shell, and Text utilities
brew "coreutils"
# Power of curl, ease of use of httpie
brew "curlie"
# Command-line DNS Client for Humans
brew "doggo"
# Convert text between DOS, UNIX, and Mac formats
brew "dos2unix"
# Disk Usage/Free Utility - a better 'df' alternative
brew "duf"
# More intuitive version of du in rust
brew "dust"
# Modern, maintained replacement for ls
brew "eza"
# Simple, fast and user-friendly alternative to find
brew "fd"
# Play, record, convert, and stream audio and video
brew "ffmpeg"
# Collection of GNU find, xargs, and locate
brew "findutils"
# Command-line fuzzy finder written in Go
brew "fzf"
# GitHub command-line tool
brew "gh"
# Distributed revision control system
brew "git"
# Syntax-highlighting pager for git and diff output
brew "git-delta"
# Alternative to top/htop
brew "glances"
# Open source programming language to build simple/reliable/efficient software
brew "go"
# Ping, but with a graph
brew "gping"
# Platform built on V8 to build network applications
brew "node"
# System monitoring dashboard for terminal
brew "gtop"
# User-friendly cURL replacement (command-line HTTP client)
brew "httpie"
# Configurable static site generator
brew "hugo"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Lazier way to manage everything docker
brew "lazydocker"
# Simple terminal UI for git commands
brew "lazygit"
# Clone of ls with colorful output, file type icons, and more
brew "lsd"
# Mac App Store command-line interface
brew "mas"
# Fly through your shell history
brew "mcfly"
# Node version management
brew "n"
# Ambitious Vim-fork focused on extensibility and agility
brew "neovim"
# Renders an animated, color, ANSI-text loop of the Poptart Cat
brew "nyancat"
# Modern replacement for ps written in Rust
brew "procs"
# Python version management
brew "pyenv"
# Ruby version manager
brew "rbenv"
# Search tool like grep and The Silver Searcher
brew "ripgrep"
# Powerful, clean, object-oriented scripting language
brew "ruby"
# Intuitive find & replace CLI
brew "sd"
# Cross-shell prompt for astronauts
brew "starship"
# Organize software neatly under a single directory tree (e.g. /usr/local)
brew "stow"
# Version control system designed to be a better CVS
brew "subversion"
# Easiest, most secure way to use WireGuard and 2FA
brew "tailscale", link: false
# Very fast implementation of tldr in Rust
brew "tealdeer"
# Programmatically correct mistyped console commands
brew "thefuck"
# Terminal multiplexer
brew "tmux"
# CLI tool that moves files or folder to the trash
brew "trash"
# Display directories as trees (with optional color/HTML output)
brew "tree"
# Vi 'workalike' with many additional features
brew "vim"
# Blazing fast terminal file manager written in Rust, based on async I/O
brew "yazi"
# Shell extension to navigate your filesystem faster
brew "zoxide"
# Terraform
brew "hashicorp/tap/terraform"
# Password manager that keeps all passwords secure behind one password
cask "1password", args: { appdir: "/Applications" }
# Command-line interface for 1Password
cask "1password-cli"
# Application launcher and productivity software
cask "alfred", args: { appdir: "/Applications" }
# Inspect application bundles
cask "apparency", args: { appdir: "/Applications" }
# Application uninstaller
cask "appcleaner", args: { appdir: "/Applications" }
# Menu bar icon organiser
cask "bartender"
# Web browser focusing on privacy
cask "brave-browser", args: { appdir: "/Applications" }
# Open source IDE for exploring and testing APIs
cask "bruno", args: { appdir: "/Applications" }
# E-books management software
cask "calibre", args: { appdir: "/Applications" }
# Free and open-source web browser
cask "chromium", args: { appdir: "/Applications" }
# Free app that makes your Internet safer
cask "cloudflare-warp"
# Multi-platform client-side cloud file encryption tool
cask "cryptomator", args: { appdir: "/Applications" }
# Utilities designed to make common development tasks easier
cask "devtoys"
# Voice and text chat software
cask "discord", args: { appdir: "/Applications" }
# App to build and share containerised applications and microservices
cask "docker", args: { appdir: "/Applications" }
# Web browser
cask "firefox", args: { appdir: "/Applications" }
cask "font-fira-code"
cask "font-fira-code-nerd-font"
cask "font-fira-mono", args: { appdir: "/Applications" }
cask "font-fira-mono-nerd-font"
cask "font-fira-sans", args: { appdir: "/Applications" }
cask "font-fira-sans-condensed"
cask "font-fira-sans-extra-condensed"
cask "font-hack", args: { appdir: "/Applications" }
cask "font-hack-nerd-font"
cask "font-iosevka"
cask "font-iosevka-nerd-font"
cask "font-league-gothic", args: { appdir: "/Applications" }
cask "font-noto-sans", args: { appdir: "/Applications" }
cask "font-noto-sans-cjk", args: { appdir: "/Applications" }
cask "font-sf-compact"
cask "font-sf-mono"
cask "font-sf-mono-nerd-font-ligaturized"
cask "font-sf-pro"
cask "font-source-code-pro", args: { appdir: "/Applications" }
# Terminal emulator that uses platform-native UI and GPU acceleration
cask "ghostty", args: { appdir: "/Applications" }
# Client for the Google Drive storage service
cask "google-drive"
# Terminal emulator as alternative to Apple's Terminal app
cask "iterm2", args: { appdir: "/Applications" }
# Menu bar calendar
cask "itsycal", args: { appdir: "/Applications" }
# Keyboard customiser
cask "karabiner-elements", args: { appdir: "/Applications" }
# Open-source keystroke visualiser
cask "keycastr", args: { appdir: "/Applications" }
# GPU-based terminal emulator
cask "kitty"
# Software for Logitech devices
cask "logitech-options"
# Clipboard manager
cask "maccy", args: { appdir: "/Applications" }
# Tool to control external monitor brightness & volume
cask "monitorcontrol"
# App to write, plan, collaborate, and get organised
cask "notion"
# Calculator and converter application
cask "numi"
# Knowledge base that works on top of a local folder of plain text Markdown files
cask "obsidian", args: { appdir: "/Applications" }
# All system and utility switches in one place
cask "one-switch"
# Utility to uninstall apps and remove leftover files from old/uninstalled apps
cask "pearcleaner"
# VPN client focusing on security
cask "protonvpn", args: { appdir: "/Applications" }
# Peer to peer Bitorrent client
cask "qbittorrent", args: { appdir: "/Applications" }
# Quick Look plug-in that renders source code with syntax highlighting
cask "qlcolorcode", args: { appdir: "/Applications" }
# Quick Look generator for Markdown files
cask "qlmarkdown", args: { appdir: "/Applications" }
# Quick Look plugin for plaintext files without an extension
cask "qlstephen", args: { appdir: "/Applications" }
# Thumbnails, static previews, cover art and metadata for video files
cask "qlvideo", args: { appdir: "/Applications" }
# Quick Look plugin for CSV files
cask "quicklook-csv", args: { appdir: "/Applications" }
# Quick Look plugin for JSON files
cask "quicklook-json", args: { appdir: "/Applications" }
# Control your tools with a few keystrokes
cask "raycast"
# Screenshot measurement and annotation tool
cask "shottr"
# System monitor for the menu bar
cask "stats", args: { appdir: "/Applications" }
# Application for inspecting installer packages
cask "suspicious-package", args: { appdir: "/Applications" }
# Real time file synchronisation software
cask "syncthing"
# Mesh VPN based on WireGuard
cask "tailscale"
# Messaging app with a focus on speed and security
cask "telegram"
# Web browser focusing on security
cask "tor-browser", args: { appdir: "/Applications" }
# Open-source BitTorrent client
cask "transmission", args: { appdir: "/Applications" }
# Open-source code editor
cask "visual-studio-code", args: { appdir: "/Applications" }
# Multimedia player
cask "vlc", args: { appdir: "/Applications" }
# Rust-based terminal
cask "warp", args: { appdir: "/Applications" }
# Video communication and virtual meeting platform
cask "zoom", args: { appdir: "/Applications" }
mas "1Password for Safari", id: 1569813296
mas "AllMyBatteries", id: 1621263412
mas "Amphetamine", id: 937984704
mas "Authenticator", id: 1189922806
mas "Cursor Pro", id: 1447043133
mas "Day One", id: 1055511498
mas "GarageBand", id: 682658836
mas "Hidden Bar", id: 1452453066
mas "iMovie", id: 408981434
mas "Keynote", id: 409183694
mas "Magnet", id: 441258766
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "Presentify", id: 1507246666
mas "Second Clock", id: 6450279539
mas "Slack", id: 803453959
mas "Unsplash Wallpapers", id: 1284863847
mas "WhatsApp", id: 310633997