methodology/setup-dev-machine.md

23 lines
300 B
Markdown

# 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