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

33 lines
699 B
Plaintext

6 years ago
#
# Author: Hari Sekhon
# Date: 2019-03-16 20:35:14 +0000 (Sat, 16 Mar 2019)
#
5 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
# ============================================================================ #
cmake
coreutils
direnv
git-secrets
6 years ago
gnu-sed
golang
6 years ago
jq
jwhois
parallel
#python # unnecessary - Macs always come with Python
6 years ago
readline
shellcheck
6 years ago
wget
whois
5 years ago
# Mac already provides unzip - brew is keg only and doesn't link anyway to avoid clashes
#unzip