From b71b8ecc4eeb7b93c4143e729cf8b06c39c63fcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 6 Apr 2018 14:21:50 -0400 Subject: Add Brewfile to make easier to install all dependencies we need to run tests This way we don't need to remember which packages we need to install. --- Brewfile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Brewfile (limited to 'Brewfile') diff --git a/Brewfile b/Brewfile new file mode 100644 index 0000000000..daf13af8bf --- /dev/null +++ b/Brewfile @@ -0,0 +1,13 @@ +tap "homebrew/core" +tap "homebrew/bundle" +tap "homebrew/services" +tap "caskroom/cask" +brew "ffmpeg" +brew "memcached" +brew "mysql" +brew "postgresql" +brew "redis" +brew "yarn" +cask "xquartz" +brew "mupdf" +brew "poppler" -- cgit v1.2.3