Skip to content

Instantly share code, notes, and snippets.

@itruls
Last active February 23, 2021 11:17
Show Gist options
  • Save itruls/c4afb813171bcd9051bd1a782073e7c1 to your computer and use it in GitHub Desktop.
Save itruls/c4afb813171bcd9051bd1a782073e7c1 to your computer and use it in GitHub Desktop.
Install brew programs with 'brew bundle install'
# Mac App Store Command Line Interface
brew 'mas'
brew 'maven'
# AWS command line interface
brew 'awscli'
cask 'google-chrome'
cask 'google-drive'
cask 'github-desktop'
cask 'microsoft-teams'
cask 'postman'
cask 'jetbrains-toolbox'
# OpenJDK (currently v13)
cask 'java'
# Amazon Corretto (Java11 from Amazon): https://docs.aws.amazon.com/corretto/index.html
cask 'corretto'
cask 'virtualbox'
cask 'docker'
# SVN gui client
cask 'versions'
cask 'visual-studio-code'
mas 'Slack', id: 803453959
mas 'Numbers', id: 409203825
mas 'Pages', id: 409201541
mas '1Password 7', id: 1333542190
mas 'Microsoft Remote Desktop 10', id: 1295203466
@itruls
Copy link
Author

itruls commented Mar 31, 2020

Replaced 'skype-for-business' with 'microsoft-teams'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment