From 3d70b117cf65e7f5168246df5211409de6117ced Mon Sep 17 00:00:00 2001 From: Bilawal Hameed Date: Fri, 7 Feb 2020 13:49:10 +0100 Subject: [PATCH] Added a Brewfile --- Brewfile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Brewfile diff --git a/Brewfile b/Brewfile new file mode 100644 index 0000000000..d5319ac17c --- /dev/null +++ b/Brewfile @@ -0,0 +1,21 @@ +### +# This will download all Homebrew dependencies. +### + +# Shared +brew "git" +brew "docker" +brew "docker-compose" +brew "protobuf" +brew "prototool" +cask "docker" + +# Frontend +brew "node@12" +brew "yarn" + +# Backend +brew "go" + + +