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

45 lines
908 B
Plaintext

6 years ago
#
# Author: Hari Sekhon
# Date: 2019-03-16 20:35:14 +0000 (Sat, 16 Mar 2019)
#
2 years ago
# https://github.com/HariSekhon/DevOps-Bash-tools
6 years ago
#
# License: see accompanying LICENSE file
#
# https://www.linkedin.com/in/harisekhon
#
# ============================================================================ #
# Mac OS X - Homebrew Package Requirements
# ============================================================================ #
awscli
azure-cli
6 years ago
cmake
coreutils
cpanminus
direnv
findutils
gawk
git-secrets
6 years ago
gnu-sed
gnu-tar
go
grep # gnu version better than Mac version
jsonlint
6 years ago
jq
jwhois
openssl
6 years ago
parallel
python # Mac usually comes with Python, but pip was missing in Semaphore CI
6 years ago
readline
shellcheck
#terraform # old 0.11 masking newer 0.12 from install_terraform.sh
6 years ago
wget
whois
yamllint
yq
5 years ago
# Mac already provides unzip - brew is keg only and doesn't link anyway to avoid clashes
#unzip