forked from deiga/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
250 lines (250 loc) · 6.63 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
tap "beeftornado/rmtree"
tap "caffix/amass"
tap "datawire/blackbird"
tap "goreleaser/tap"
tap "heroku/brew"
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 "kryptco/tap"
tap "ojford/formulae"
tap "tomanthony/brews"
tap "vitorgalvao/tiny-scripts"
tap "wagoodman/dive"
cask "osxfuse"
# Automatic configure script builder
brew "autoconf"
# Tool for generating GNU Standards-compliant Makefiles
brew "automake"
# GNU File, Shell, and Text utilities
brew "coreutils"
# Generic library support script
brew "libtool"
# YAML Parser
brew "libyaml"
# SSL/TLS cryptography library
brew "openssl"
# Library for command-line editing
brew "readline"
# Extendable version manager with support for Ruby, Node.js, Erlang & more
brew "asdf"
# General-purpose data compression with high compression ratio
brew "xz"
# Interpreted, interactive, object-oriented programming language
brew "python"
# Official Amazon AWS command-line interface
brew "awscli"
brew "antigen"
# Parser generator
brew "[email protected]"
# Portable Foreign Function Interface library
brew "libffi"
# Statistics utility to count lines of code
brew "cloc"
# Reimplementation of ctags(1)
brew "ctags"
# Top-like interface for container metrics
brew "ctop"
# Get a file from an HTTP, HTTPS or FTP server
brew "curl-openssl"
# Utilities for the ext2, ext3, and ext4 file systems
brew "e2fsprogs"
# CLI tool for quick access to files and directories
brew "fasd"
# Protocol for interfacing interactive programs with a web server
brew "fd"
# Command-line fuzzy finder written in Go
brew "fzf"
# Distributed revision control system
brew "git"
# GNU implementation of the famous stream editor
brew "gnu-sed"
# GNU implementation of time utility
brew "gnu-time"
# GNU Pretty Good Privacy (PGP) package
brew "gnupg"
# User-friendly cURL replacement (command-line HTTP client)
brew "httpie"
# Add GitHub support to git on the command-line
brew "hub"
# Tools and libraries to manipulate images in many formats
brew "imagemagick"
# Peer-to-peer hypermedia protocol
brew "ipfs"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Tool that can switch between kubectl contexts easily and create aliases
brew "kubectx"
# LastPass command-line interface tool
brew "lastpass-cli"
# C library of Git core methods that is re-entrant and linkable
brew "libgit2"
# Swiss Army Knife for macOS
brew "m-cli"
# Keep your Mac's application settings in sync
brew "mackup", args: ["HEAD"]
# Mac App Store command-line interface
brew "mas"
# TCP port scanner, scans entire Internet in under 5 minutes
brew "masscan"
# Simple tool to make locally trusted development certificates
brew "mkcert"
# Remote terminal application
brew "mosh"
# 'traceroute' and 'ping' in a single tool
brew "mtr"
# DNS benchmark utility
brew "namebench"
# Fast, highly customisable system info script
brew "neofetch"
# Port scanning utility for large networks
brew "nmap"
# Manage compile and link flags for libraries
brew "pkg-config"
# Libraries for security-enabled client and server applications
brew "nss"
# Generate clients, server & docs from an OpenAPI spec (v2, v3)
brew "openapi-generator"
# Swiss-army knife of markup format conversion
brew "pandoc"
# Pinentry for GPG on Mac
brew "pinentry-mac"
# pgrep, pkill, and pfind for OpenBSD and Darwin (macOS)
brew "proctools"
# Parse HTML at the command-line
brew "pup"
# Reattach process (e.g., tmux) to background
brew "reattach-to-user-namespace"
# Search tool like grep and The Silver Searcher
brew "ripgrep"
# Static analysis and lint tool, for (ba)sh scripts
brew "shellcheck"
# Autoformat shell script source code
brew "shfmt"
# HTTP regression testing and benchmarking utility
brew "siege"
# netcat on steroids
brew "socat"
# Add a public key to a remote machine's authorized_keys file
brew "ssh-copy-id"
# User interface to the TELNET protocol (built from macOS Sierra sources)
brew "telnet"
# Send macOS User Notifications from the command-line
brew "terminal-notifier"
# Programatically correct mistyped console commands
brew "thefuck"
# Granddaddy of HTML tools, with support for modern standards
brew "tidy-html5"
# Terminal multiplexer
brew "tmux"
brew "tmuxinator"
# Command-line client for Travis CI
brew "travis"
# Display directories as trees (with optional color/HTML output)
brew "tree"
# Load testing for HTTP, PostgreSQL, Jabber, and others
brew "tsung"
# Extraction utility for .zip compressed archives
brew "unzip"
# Vi 'workalike' with many additional features
brew "vim"
# Executes a program periodically, showing output fullscreen
brew "watch"
# Internet file retriever
brew "wget"
# JavaScript package manager
brew "yarn"
# Process YAML documents from the CLI
brew "yq"
# General-purpose lossless data-compression library
brew "zlib"
# UNIX shell (command interpreter)
brew "zsh"
# Additional completion definitions for zsh
brew "zsh-completions"
# In-depth Attack Surface Mapping and Asset Discovery
brew "caffix/amass/amass"
# Everything you need to get started with Heroku
brew "heroku/brew/heroku"
# Krypton command-line client, daemon, and SSH integration
brew "kryptco/tap/kr"
# Tool for managing login items
brew "ojford/formulae/loginitems"
brew "tomanthony/brews/itermocil"
# Quickly repair outdated/broken Casks from homebrew-cask
brew "vitorgalvao/tiny-scripts/cask-repair"
# A tool for exploring each layer in a docker image
brew "wagoodman/dive/dive"
brew "scottrigby/macos-configurator/pldiff"
cask "1password"
cask "1password-cli"
cask "airfoil"
cask "alfred"
cask "amethyst"
cask "aware"
cask "battle-net"
cask "brave-browser"
cask "captain"
cask "controlplane"
cask "daisydisk"
cask "dash"
cask "dbeaver-community"
cask "discord"
cask "docker"
cask "dotnet"
cask "dropbox"
cask "evernote"
cask "firefox"
cask "flash-ppapi"
cask "font-meslo-nerd-font"
cask "font-sourcecodepro-nerd-font"
cask "fsmonitor"
cask "gas-mask"
cask "google-chrome"
cask "graphiql"
cask "harvest"
cask "hosts"
cask "insomnia"
cask "istat-menus5"
cask "iterm2"
cask "java"
cask "jetbrains-toolbox"
cask "karabiner-elements"
cask "keybase"
cask "kindle"
cask "lastpass"
cask "launchrocket"
cask "licecap"
cask "mactex"
cask "ngrok"
cask "opera"
cask "plex-media-player"
cask "prey"
cask "rdm"
cask "rescuetime"
cask "signal"
cask "skitch"
cask "skype"
cask "slack"
cask "spotify"
cask "steam"
cask "suspicious-package"
cask "switchhosts"
cask "telegram"
cask "tower"
cask "tunnelblick"
cask "visual-studio-code"
cask "visual-studio-code-insiders"
cask "vlc"
cask "whatsapp"
mas "Amphetamine", id: 937984704
mas "Keynote", id: 409183694
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "The Unarchiver", id: 425424353
mas "Todoist", id: 585829637
mas "Xcode", id: 497799835