Skip to content

Instantly share code, notes, and snippets.

@renestalder
Last active September 13, 2022 13:14
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 renestalder/08581531ebdabcf733aa74b493e47de9 to your computer and use it in GitHub Desktop.
Save renestalder/08581531ebdabcf733aa74b493e47de9 to your computer and use it in GitHub Desktop.
Brew / Cask packages for Interaction Designers. Use https://github.com/Homebrew/homebrew-bundle to install.
cask_args appdir: '~/Applications'
tap 'caskroom/cask'
tap 'homebrew/bundle'
tap 'homebrew/core'
tap 'homebrew/dupes'
tap 'homebrew/php'
tap 'homebrew/versions'
brew 'curl', args: ['with-libssh2']
brew 'gcc'
brew 'git'
brew 'git-flow-avh'
brew 'nvm'
brew 'wget'
brew 'z'
cask 'alfred', args: { appdir: '/Applications' }
cask 'cakebrew', args: { appdir: '/Applications' }
cask 'cleanmymac', args: { appdir: '/Applications' }
cask 'dash'
cask 'divvy', args: { appdir: '/Applications' }
cask 'evernote', args: { appdir: '/Applications' }
cask 'fantastical', args: { appdir: '/Applications' }
cask 'figma'
cask 'flux', args: { appdir: '/Applications' }
cask 'framer'
cask 'google-chrome', args: { appdir: '/Applications' }
cask 'kaleidoscope'
cask 'mamp'
cask 'mattermost'
cask 'numi'
cask 'phpstorm'
cask 'sketch'
cask 'sketch-toolbox'
cask 'skitch'
cask 'skyfonts'
cask 'slack'
cask 'sourcetree'
cask 'spotify', args: { appdir: '/Applications' }
cask 'transmit'
cask 'tuxera-ntfs', args: { appdir: '/Applications' }
cask 'vagrant'
cask 'vagrant-manager'
cask 'virtualbox'
cask 'visual-studio-code'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment