📝 update brewfile

This commit is contained in:
dannydannydanny 2021-10-02 13:02:41 +02:00 committed by GitHub
parent 3c81b61045
commit 34c99609db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,8 @@
# Mac # Mac
Use `brew bundle` to automatically download and install your `brewfile`: Use `brew bundle` to automatically download and install software from your `brewfile`.
### `brewfile`
``` ```
tap "homebrew/cask" tap "homebrew/cask"
brew "tree" brew "tree"
@ -16,6 +17,7 @@ cask "docker"
cask "vlc" cask "vlc"
cask "disk-inventory-x" cask "disk-inventory-x"
cask "rekordbox" cask "rekordbox"
cask "clickup"
``` ```
# Linux # Linux