Skip to content

Instantly share code, notes, and snippets.

@mzagaja
Forked from jhirbour/Brewfile
Last active June 24, 2022 04:26
Show Gist options
  • Save mzagaja/313927eccd84d93908217ed420966e96 to your computer and use it in GitHub Desktop.
Save mzagaja/313927eccd84d93908217ed420966e96 to your computer and use it in GitHub Desktop.
# specify a directory to install
cask_args appdir: '/Applications'
brew 'openssh'
# unix things
brew 'readline'
brew 'tmux'
# services
brew 'mysql'
brew 'mysql-client'
brew 'postgres'
# RVM requirements
brew 'autoconf'
brew 'automake'
brew 'libtool'
brew 'pkg-config'
brew 'coreutils'
brew 'libksba'
brew 'zlib'
# Rails requirements
brew 'gmp'
brew 'libyaml'
brew 'libxml2'
brew 'mysql-connector-c++'
brew 'llvm'
brew 'shared-mime-info'
# TED devops stuff
# brew tap tedconf/chewbacca git@github.com:tedconf/homebrew-chewbacca.git
# brew install tedconf/chewbacca/dhip
#
cask 'gpg-suite'
brew 'gnupg'
brew 'pinentry-mac'
# JavaScript
brew 'yarn'
# needed for ERD diag
brew 'graphviz'
# aws utlities
brew 'awscli'
# unix utils I like
brew 'tree'
brew 'rg'
brew 'bat'
brew 'gh'
brew 'fd'
# Mac Desktop apps
cask 'tableplus'
cask 'devutils'
cask 'iterm2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment