📝 add mac setup via brewfile

This commit is contained in:
dannydannydanny 2021-10-02 12:59:28 +02:00 committed by GitHub
parent 0af7a5c20c
commit 639d244d4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

23
setup-dev-machine.md Normal file
View file

@ -0,0 +1,23 @@
# 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