methodology/setup-dev-machine.md
2021-10-02 13:02:41 +02:00

344 B

Mac

Use brew bundle to automatically download and install software from your brewfile.

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"
cask "clickup"

Linux

Coming Soon