-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathbrew-packages.txt
47 lines (44 loc) · 1 KB
/
brew-packages.txt
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
#
# Author: Hari Sekhon
# Date: 2019-03-16 20:35:14 +0000 (Sat, 16 Mar 2019)
#
# /~https://github.com/HariSekhon/DevOps-Bash-tools
#
# License: see accompanying LICENSE file
#
# https://www.linkedin.com/in/HariSekhon
#
# ============================================================================ #
# Mac OS X - Homebrew Package Requirements
# ============================================================================ #
awscli
azure-cli
cmake
coreutils
cpanminus
direnv
findutils
gawk
gh # GitHub CLI
git-secrets
gnu-sed
gnu-tar
go
grep # gnu version better than Mac version
jsonlint
jq
jwhois
libxml2 # needed for xmllint
openssl
parallel
python # Mac usually comes with Python, but pip was missing in Semaphore CI
python-setuptools # because distutils was removed in Python 3.12 :-(
readline
shellcheck
#terraform # old 0.11 masking newer 0.12 from install_terraform.sh
wget
whois
yamllint
yq
# Mac already provides unzip - brew is keg only and doesn't link anyway to avoid clashes
#unzip