Skip to content

Instantly share code, notes, and snippets.

@Maelstroms38
Created October 3, 2019 15:33
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 Maelstroms38/c011f0ea1356ce8ab9b197be75cf56a2 to your computer and use it in GitHub Desktop.
Save Maelstroms38/c011f0ea1356ce8ab9b197be75cf56a2 to your computer and use it in GitHub Desktop.
Brewfile
# CLI utils
brew 'git'
brew 'tree'
# JavaScript
brew 'node'
brew 'yarn'
# Databases
brew 'postgresql', restart_service: true
# Applications
cask 'visual-studio-code'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment