Skip to content

Instantly share code, notes, and snippets.

@parasquid
Last active November 6, 2018 16:13
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 parasquid/09c0f0cfac9b1c703d8eca2e88ee4c6f to your computer and use it in GitHub Desktop.
Save parasquid/09c0f0cfac9b1c703d8eca2e88ee4c6f to your computer and use it in GitHub Desktop.
Brewfile
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
brew "autoconf"
brew "automake"
brew "coreutils"
brew "libyaml"
brew "readline"
brew "docker-compose"
brew "elixir"
brew "go"
brew "hugo"
brew "libksba"
brew "libtool"
brew "openssl@1.1"
brew "pkg-config"
brew "postgresql"
brew "yarn"
cask "dbvisualizer"
cask "docker"
cask "firefox"
cask "font-fira-code"
cask "google-chrome"
cask "iterm2"
cask "plex-media-player"
cask "postgres"
cask "spectacle"
cask "sublime-text"
cask "superduper"
cask "teamviewer"
cask "vagrant"
cask "viber"
cask "virtualbox"
cask "virtualbox-extension-pack"
cask "visual-studio-code"
cask "whatsapp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment