Skip to content

Instantly share code, notes, and snippets.

@dcramer
Created February 13, 2020 21:57
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 dcramer/9eaa52466be06a2534e8025be1e3754c to your computer and use it in GitHub Desktop.
Save dcramer/9eaa52466be06a2534e8025be1e3754c to your computer and use it in GitHub Desktop.
# get some languages
brew 'go'
brew 'node'
brew 'python'
brew 'ruby'
# and common dlls
brew 'geoip'
brew 'libxmlsec1'
brew 'openssl'
brew 'pkgconfig'
# workflow
brew 'direnv'
brew 'git'
brew 'hub'
brew 'mackup'
brew 'pre-commit'
brew 'rsync'
brew 'wget'
# even though we rely on Docker, we need the client
brew 'postgresql'
brew 'redis'
tap 'homebrew/cask'
cask '1password'
cask 'chromedriver'
cask 'docker'
cask 'dropbox'
cask 'google-cloud-sdk'
cask 'iterm2'
cask 'keepingyouawake'
cask 'slack'
cask 'spotify'
# fonts
tap 'homebrew/cask-fonts'
cask 'font-powerline-symbols'
cask 'font-fira-code'
# zsh
brew 'fzf'
brew 'getantibody/tap/antibody'
brew 'zsh'
brew 'zsh-completions'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment