19 lines
220 B
Ruby
19 lines
220 B
Ruby
###
|
|
# 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"
|