You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DevOps-Bash-tools/setup/brew-packages.txt

48 lines
1.0 KiB
Plaintext

#
# 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