methodology/setup-dev-machine.md
2021-10-04 12:34:04 +02:00

26 lines
370 B
Markdown

# 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"
cask "visual-studio-code"
```
# Linux
> Coming Soon