mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-02 12:48:02 +00:00
18 lines
241 B
Markdown
18 lines
241 B
Markdown
# DotFiles
|
|
|
|
## Setup
|
|
|
|
## Other stuff
|
|
|
|
Update `Brewfile``
|
|
|
|
```bash
|
|
brew bundle dump --force --file=~/.dotfiles/Brewfile
|
|
```
|
|
|
|
Enable automatic brew updates and upgrades.
|
|
|
|
```bash
|
|
brew autoupdate start 43200 --upgrade --cleanup --immediate
|
|
```
|