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"