Created
February 13, 2020 21:57
-
-
Save dcramer/9eaa52466be06a2534e8025be1e3754c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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