Last active
September 13, 2022 13:14
-
-
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.
This file contains 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
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