forked from atomantic/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
329 lines (326 loc) · 10.7 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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
tap "adoptopenjdk/openjdk"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/services"
tap "jesseduffield/lazygit"
tap "puma/puma"
tap "sambadevi/powerlevel9k"
# Search tool like grep, but optimized for programmers
brew "ack"
# Image manipulation library
brew "jpeg"
# Image format providing lossless and lossy compression for web images
brew "webp"
# Password hashing library and CLI utility
brew "argon2"
# Spell checker with better logic than ispell
brew "aspell"
# Automatic configure script builder
brew "autoconf"
# GNU database manager
brew "gdbm"
# Shell extension to jump to frequently used directories
brew "autojump"
# Tool for generating GNU Standards-compliant Makefiles
brew "automake"
# GNU multiple precision arithmetic library
brew "gmp"
# GNU File, Shell, and Text utilities
brew "coreutils"
# Bash Automated Testing System
brew "bats-core"
# Parser generator
brew "bison"
# Fish completion for brew-cask
brew "brew-cask-completion"
# Bash completion for Bundler
brew "bundler-completion"
# Generic library support script
brew "libtool"
# Manage compile and link flags for libraries
brew "pkg-config"
# Asynchronous event library
brew "libevent"
# GNU Emacs text editor
brew "emacs"
# Emacs dependency management
brew "cask"
# C library implementing the SSH2 protocol
brew "libssh2"
# Get a file from an HTTP, HTTPS or FTP server
brew "curl"
# XML-based font configuration API for X Windows
brew "fontconfig"
# ODBC 3 connectivity for UNIX
brew "unixodbc"
# Libraries to talk to Microsoft SQL Server and Sybase databases
brew "freetds"
# Graphics library to dynamically manipulate images
brew "gd"
# Interpreted, interactive, object-oriented programming language
brew "[email protected]"
# Core application library for C
brew "glib"
# Postgres C API library
brew "libpq"
# NaCl networking and cryptography library
brew "libsodium"
# C library for reading, creating, and modifying zip archives
brew "libzip"
# Granddaddy of HTML tools, with support for modern standards
brew "tidy-html5"
# General-purpose scripting language
brew "php", restart_service: true
# Dependency Manager for PHP
brew "composer"
# File comparison utilities
brew "diffutils"
# Utilities for converting macOS DMG images
brew "dmg2img"
# Spellchecker wrapping library
brew "enchant"
# Command-line tool to interact with exercism.io
brew "exercism"
# Perl lib for reading and writing EXIF metadata
brew "exiftool"
# Collection of GNU find, xargs, and locate
brew "findutils"
# Platform built on V8 to build network applications
brew "node"
# Firebase command-line tools
brew "firebase-cli", link: false
# GNU awk utility
brew "gawk"
# GNU compiler collection
brew "gcc"
# Distributed revision control system
brew "git"
# Syntax-highlighting pager for git and diff output
brew "git-delta"
# GNU implementation of the famous stream editor
brew "gnu-sed"
# GNU version of the tar archiving utility
brew "gnu-tar"
# GNU implementation of which utility
brew "gnu-which"
# Open source programming language to build simple/reliable/efficient software
brew "go"
# Colorize logfiles and command output
brew "grc"
# GNU grep, egrep and fgrep
brew "grep"
# Popular GNU data compression program
brew "gzip"
# Improved top (interactive process viewer)
brew "htop"
# Apache HTTP server
brew "httpd", restart_service: true
# Add GitHub support to git on the command-line
brew "hub"
# Tools and libraries to manipulate images in many formats
brew "imagemagick"
# University of Washington IMAP toolkit
brew "imap-uw"
# Convert JPG images to ASCII
brew "jp2a"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Bash completion for Launchctl
brew "launchctl-completion"
# Pager program similar to more
brew "less"
# C library of Git core methods that is re-entrant and linkable
brew "libgit2"
# GNOME XML library
brew "libxml2"
# C XSLT library for GNOME
brew "libxslt"
# Mac App Store command-line interface
brew "mas"
# Uniform interface to a large number of hash algorithms
brew "mhash"
# Replacement for the old crypt package and crypt(1) command
brew "mcrypt"
# Open source relational database management system
brew "mysql"
# Open source relational database management system
brew "mysql-client"
# Free (GNU) replacement for the Pico text editor
brew "nano"
# Implements SNMP v1, v2c, and v3, using IPv4 and IPv6
brew "net-snmp"
# Manage multiple Node.js versions
brew "nvm"
# Development kit for the Java programming language
brew "openjdk"
# 7-Zip (high compression file archiver) implementation
brew "p7zip"
# Bash completion for Pip
brew "pip-completion"
# Object-relational database system
brew "postgresql"
# Install various Ruby versions and implementations
brew "ruby-build"
# Ruby version manager
brew "rbenv"
# Generate C-based recognizers from regular expressions
brew "re2c"
# Persistent key-value database, with built-in net interface
brew "redis", restart_service: true
# Unit testing tool
brew "roundup"
# Utility that provides fast incremental file transfer
brew "rsync"
# Powerful, clean, object-oriented scripting language
brew "ruby"
# Bash completion for Ruby
brew "ruby-completion"
# Terminal multiplexer with VT100/ANSI terminal emulation
brew "screen"
# Sparklines for the shell
brew "spark"
# Add a public key to a remote machine's authorized_keys file
brew "ssh-copy-id"
# 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"
# OCR (Optical Character Recognition) engine
brew "tesseract"
# Powerful free data recovery utility
brew "testdisk"
# Programmatically correct mistyped console commands
brew "thefuck"
# Simplified and community-driven man pages
brew "tldr"
# Display directories as trees (with optional color/HTML output)
brew "tree"
# Extraction utility for .zip compressed archives
brew "unzip"
# Executes a program periodically, showing output fullscreen
brew "watch"
# Internet file retriever
brew "wget"
# JavaScript package manager
brew "yarn"
# Bash completion for Yarn
brew "yarn-completion"
# Download YouTube videos from the command-line
brew "youtube-dl"
# UNIX shell (command interpreter)
brew "zsh"
# Additional completion definitions for zsh
# # brew "zsh-completions"
# Fish shell like syntax highlighting for zsh
brew "zsh-syntax-highlighting"
# A simple terminal UI for git commands, written in Go
brew "jesseduffield/lazygit/lazygit"
# A tool to manage rack apps in development with puma
brew "puma/puma/puma-dev"
# A badass zsh theme with more power than a normal earthling
brew "sambadevi/powerlevel9k/powerlevel9k"
# Password manager that keeps all passwords secure behind one password
# cask "1password", args: { appdir: "~/Applications" }
# Instant messaging application
cask "adium", args: { appdir: "~/Applications" }
# AdoptOpenJDK OpenJDK (Java) Development Kit
cask "adoptopenjdk11"
# AdoptOpenJDK OpenJDK (Java) Development Kit
cask "adoptopenjdk13"
# AdoptOpenJDK OpenJDK (Java) Development Kit
cask "adoptopenjdk16"
# AdoptOpenJDK OpenJDK (Java) Development Kit
cask "adoptopenjdk8"
# Application launcher and productivity software
cask "alfred", args: { appdir: "~/Applications" }
cask "balenaetcher", args: { appdir: "~/Applications" }
# Tool to list all active shortcuts of the current application
cask "cheatsheet", args: {appdir: "~/Applications" }
cask "google-chrome"
# API documentation browser and code snippet manager
cask "dash", args: { appdir: "~/Applications" }
# Disk usage utility
cask "disk-inventory-x", args: { appdir: "~/Applications" }
# App to build and share containerized applications and microservices
cask "docker", args: { appdir: "~/Applications" }
# Client for the Dropbox cloud storage service
cask "dropbox", args: { appdir: "~/Applications" }
# Web browser
cask "firefox", args: { appdir: "~/Applications" }
# Change the behavior of the fn keys depending on the active application
cask "fluor", args: { appdir: "~/Applications" }
cask "font-roboto-mono"
# Hosts file editor/manager
cask "gas-mask", args: { appdir: "~/Applications" }
# Set of tools to manage resources and applications hosted on Google Cloud
cask "google-cloud-sdk"
# Terminal emulator as alternative to Apple's Terminal app
cask "iterm2"
# Clipboard manager
cask "jumpcut", args: { appdir: "~/Applications" }
# Visual user interface for Docker Container management
cask "kitematic", args: { appdir: "~/Applications" }
cask "lastpass", args: { appdir: "~/Applications" }
# Automator software to start apps, run scripts or commands and more
cask "lingon-x", args: { appdir: "~/Applications" }
# Clipboard manager
cask "maccy"
# Visual diff and merge tool
cask "meld", args: { appdir: "~/Applications" }
# Remote desktop client
cask "microsoft-remote-desktop"
# Rename a list of files quickly
cask "namechanger", args: { appdir: "~/Applications" }
# File manager
cask "path-finder", args: { appdir: "~/Applications" }
cask "qlvideo", args: { appdir: "~/Applications" }
# Move and resize windows using keyboard shortcuts or snap areas
cask "rectangle"
# MySQL/MariaDB database management platform
cask "sequel-pro", args: { appdir: "~/Applications" }
# Utility to resize and position application windows
cask "sizeup", args: { appdir: "~/Applications" }
# Video chat, voice call and instant messaging application
cask "skype", args: { appdir: "~/Applications" }
# Team communication and collaboration software
cask "slack", args: { appdir: "~/Applications" }
# Compiler for the Standard ML '97 programming language
cask "smlnj", args: { appdir: "~/Applications" }
# Move and resize windows with ease
cask "spectacle", args: { appdir: "~/Applications" }
# Video game digital distribution service
cask "steam", args: { appdir: "~/Applications" }
# Open-source BitTorrent client
cask "transmission", args: { appdir: "~/Applications" }
# File transfer application
cask "transmit", args: { appdir: "~/Applications" }
# VPN client for secure internet access and private browsing
cask "tunnelbear", args: { appdir: "~/Applications" }
# Free and open-source hosted hypervisor for x86 virtualization
# Not supported on Apple silicon
# cask "virtualbox"
# Open-source code editor
cask "visual-studio-code", args: { appdir: "~/Applications" }
# Multimedia player
cask "vlc", args: { appdir: "~/Applications" }
# Video communication and virtual meeting platform
cask "zoom", args: { appdir: "~/Applications" }
mas "AJA System Test Lite", id: 1092006274
mas "Amphetamine", id: 937984704
mas "Decompressor", id: 1033480833
mas "Developer", id: 640199958
mas "Disk Diag", id: 672206759
mas "Disk Speed Test", id: 425264550
mas "Evernote", id: 406056744
# mas "FX Photo Studio PRO", id: 432888949
# mas "Intensify", id: 716854513
mas "IP Scanner", id: 404167149
mas "iWifi", id: 1476136371
mas "Kindle", id: 405399194
mas "Perfect Rename", id: 908357091
# # mas "Snapheal", id: 480623975
mas "Termius", id: 1176074088
# mas "Tonality", id: 892581529
# mas "Xcode", id: 497799835