Add installation steps for age encrypted Brewfile

This commit is contained in:
Philip Henning 2026-07-01 15:46:19 +02:00
parent d79ec9f648
commit 42674adae1

View file

@ -126,6 +126,8 @@ defaults import <domain> ~/.files/config/plist/<app>.plist
### Install age encrypted Brewfile ### Install age encrypted Brewfile
```shell ```shell
gh auth login
ssh-keygen -F github.com >/dev/null || ssh-keyscan -t rsa,ed25519 github.com >> ~/.ssh/known_hosts
age --decrypt -i ~/.age/phg-age-dotfiles -o - ~/.files/config/brew/vw.Brewfile.age | brew bundle install --file=- age --decrypt -i ~/.age/phg-age-dotfiles -o - ~/.files/config/brew/vw.Brewfile.age | brew bundle install --file=-
``` ```