Skip to content

Instantly share code, notes, and snippets.

@hugorodgerbrown
Created May 17, 2021 13:25
Show Gist options
  • Save hugorodgerbrown/ac1c3029c054e22566821af4591e063a to your computer and use it in GitHub Desktop.
Save hugorodgerbrown/ac1c3029c054e22566821af4591e063a to your computer and use it in GitHub Desktop.
Brewfile to bootstrap a new mac
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/services"
tap "mutagen-io/mutagen"
tap "zkokaja/brewlet"
brew "git"
brew "graphviz"
brew "htop"
brew "jq"
brew "mercurial"
brew "nvm"
brew "pipenv"
brew "pyenv"
brew "pyenv-virtualenv"
brew "starship"
brew "yadm"
brew "yarn"
brew "zlib"
brew "heroku/brew/heroku"
brew "mutagen-io/mutagen/mutagen-beta"
cask "visual-studio-code"
cask "sublime-text"
cask "tableplus"
cask "google-chrome"
cask "1password"
cask "authy"
cask "slack"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment