Skip to content

Instantly share code, notes, and snippets.

@drudge
Last active October 23, 2019 14:08
Show Gist options
  • Save drudge/8cde604eb49a3065fb65c5576dc28922 to your computer and use it in GitHub Desktop.
Save drudge/8cde604eb49a3065fb65c5576dc28922 to your computer and use it in GitHub Desktop.
Brewfile
cask_args appdir: "/Applications"
tap 'homebrew/cask'
cask 'slack'
cask 'visual-studio-code'
cask 'java' unless system '/usr/libexec/java_home --failfast'
cask 'google-chrome'
cask 'chromedriver'
# cask 'fork'
cask 'docker'
cask '1password'
cask '1password-cli'
cask 'studio-3t'
cask 'the-unarchiver'
cask 'tableplus'
# cask 'intellij-idea-ce'
# cask 'tunnelblick'
cask 'mailplane'
cask 'alfred'
# cask 'sketch'
cask 'tower'
cask 'shimo'
cask 'kaleidoscope'
cask 'paw'
brew 'nvm'
brew 'gauge'
brew 'git'
brew 'git-extras'
brew 'rsync'
brew 'libxml2'
brew 'openssl'
brew 'python3'
brew 'nmap'
brew 'curl'
brew 'jq'
brew 'awscli'
brew 's3cmd'
brew 'maven'
# brew 'postgresql'
# brew 'mysql'
# brew 'redis'
# brew 'mongodb'
# mas '1Password', id: 443987910
# mas 'XCode', id: 497799835
# mas 'Microsoft Remote Desktop 10', id: 1295203466
# mas 'Pixelmator', id: 407963104
# mas 'Things 3', id: 904280696
# mas 'BrowserFreedom', id: 1081203896
# mas 'Deliveries', id: 924726344
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment