Added command for updating Brewfile

This commit is contained in:
Ismo Vuorinen
2022-11-21 16:37:07 +02:00
parent e18785eaa7
commit 28ecb02549
2 changed files with 13 additions and 4 deletions

View File

@@ -2,9 +2,14 @@
## Setup
## Other stuff
Update `Brewfile``
```bash
brew bundle dump --force --file=~/.dotfiles/Brewfile
```
Enable automatic brew updates and upgrades.
```bash