Skip to content

Instantly share code, notes, and snippets.

@robinmanuelthiel
Last active January 9, 2020 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinmanuelthiel/0afdbe04f614bc100462247d8e4c52ec to your computer and use it in GitHub Desktop.
Save robinmanuelthiel/0afdbe04f614bc100462247d8e4c52ec to your computer and use it in GitHub Desktop.
# Requirements
# - Homebrew: https://brew.sh
tap "azure/functions"
tap "caskroom/cask"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
# Essentials
brew "tree"
brew "gettext", link: true # for envsubst
brew "fzf" # https://github.com/junegunn/fzf
brew "python", link: false
brew "yarn"
brew "node@12"
# Kubernetes
brew "kubernetes-cli"
brew "kubectx"
brew "openshift-cli"
brew "helm"
brew "minikube"
# Azure
brew "azure-cli"
brew "azure/functions/azure-functions-core-tools@3"
brew "terraform"
cask "powershell"
# Dev
cask "dotnet-sdk"
# Fun
brew "cmatrix"
cask "spotmenu" # https://kmikiy.github.io/SpotMenu/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment