methodology/setup-dev-machine.md

300 B

Mac

Use brew bundle to automatically download and install your brewfile:

tap "homebrew/cask"
brew "tree"
brew "mas"
brew "handbrake"

cask "firefox"
cask "iterm2"
cask "telegram"
cask "shiftit"
cask "docker"
cask "vlc"
cask "disk-inventory-x"
cask "rekordbox"

Linux

Coming Soon