-
Notifications
You must be signed in to change notification settings - Fork 1
/
brewfile
151 lines (104 loc) · 3.02 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
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
# Search tool like grep, but optimized for programmers
brew "ack"
# List ASCII idiomatic names and octal/decimal code-point forms
brew "ascii"
# Interpreted, interactive, object-oriented programming language
brew "[email protected]" # try and keep this up to date
# Official Amazon AWS command-line interface
brew "awscli"
# Bourne-Again SHell, a UNIX command interpreter
brew "bash"
# Programmable completion for Bash 3.2
brew "bash-completion"
# GNU File, Shell, and Text utilities
brew "coreutils"
# Load/unload environment variables based on $PWD
# brew "direnv"
# Collection of GNU find, xargs, and locate
brew "findutils"
# GNU awk utility
brew "gawk"
# GNU debugger
# left out for now because not supported on silicon -- and hardly ever needed!
#brew "gdb"
# Interpreter for PostScript and PDF -- not strictly necessary
# brew "ghostscript"
# Command-line utility for uploading Gists
brew "gist"
# Distributed revision control system
brew "git"
# GNU implementation of the famous stream editor
brew "gnu-sed"
# GNU version of the tar archiving utility
brew "gnu-tar"
# GNU implementation of time utility
brew "gnu-time"
# GNU unit conversion tool
brew "gnu-units"
# GNU Pretty Good Privacy (PGP) package
brew "gnupg"
# Graph visualization software from AT&T and Bell Labs
brew "graphviz"
# GNU grep, egrep and fgrep
brew "grep"
# User-friendly cURL replacement (command-line HTTP client)
brew "httpie"
# Highly capable, feature-rich programming language
brew "perl"
# Tools and libraries to manipulate images in many formats
brew "imagemagick" #, args: ["with-fontconfig", "with-ghostscript", "with-pango", "with-perl", "with-x11"]
# GNU utilities for networking
brew "inetutils"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Pager program similar to more
brew "less"
# Input filter for the pager less
brew "lesspipe"
# Python generator for the console
brew "lorem"
# Java-based project management
# brew "maven"
# Platform built on V8 to build network applications
brew "node"
# Password manager
brew "pass"
# Show ps output as a tree
brew "pstree"
# Password generator
brew "pwgen"
# Command-line YAML and XML processor that wraps jq
brew "python-yq"
# Tools for and transforming and inspecting PDF files
brew "qpdf"
# Command-line tool for the Amazon S3 service
brew "s3cmd"
# Static analysis and lint tool, for (ba)sh scripts
brew "shellcheck"
# SOund eXchange: universal sound sample translator
brew "sox"
# Add a public key to a remote machine's authorized_keys file
brew "ssh-copy-id"
# Programatically correct mistyped console commands
brew "thefuck"
# Manipulate and analyze Unicode text
brew "uniutils"
# Vi 'workalike' with many additional features
brew "vim"
# Suite of barcodes-reading tools
brew "zbar"
#cask "iterm2" # i usually do this by hand
cask "xquartz"
# some casks that are likely to be useful
# cask "gimp"
# cask "slack"
# cask "wireshark"
brew "a2ps"
brew "ghostscript"
brew "dash"
brew "hub"
brew "neovim"