Created
May 17, 2021 13:25
-
-
Save hugorodgerbrown/ac1c3029c054e22566821af4591e063a to your computer and use it in GitHub Desktop.
Brewfile to bootstrap a new mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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