Add instructions for installing age encrypted Brewfile

This commit is contained in:
Philip Henning 2026-06-26 17:28:29 +02:00
parent f41959c97a
commit 7ef3c01b95

View file

@ -121,6 +121,15 @@ defaults export <domain> ~/.files/config/plist/<app>.plist
defaults import <domain> ~/.files/config/plist/<app>.plist
```
## Brew
### Install age encrypted Brewfile
```shell
age --decrypt -i ~/.age/phg-age-dotfiles -o - ~/.files/config/brew/vw.Brewfile.age | brew bundle install --file=-
```
## Documentation
~~Maybe you should [take a look to my documentation](https://docs.pphg.tech/) to understand how I use my dotfiles.~~