Skip to content

Instantly share code, notes, and snippets.

View luzlab's full-sized avatar

Carlo Q luzlab

View GitHub Profile
@luzlab
luzlab / awesomeMacDeveloperSetup.sh
Last active December 6, 2021 19:29
Mac Developer Setup
# Inspired by https://gist.github.com/kevinelliott/7a152c556a83b322e0a8cd2df128235c
##############################################################################
# Install brew and base set of packages
##############################################################################
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# might need to run `sudo chown -R $USER:admin /usr/local` if install fails because of permissions issue.
brew update && brew upgrade
brew install zsh docker docker-machine docker-compose git wget jq coreutils curl binutils kafkacat bfg gitversion pkg-config cairo libffi grep gnu-sed gnu-tar