From 403f60dbbfc47651db6bfb2ed9a09bbec5426580 Mon Sep 17 00:00:00 2001 From: Thales Maciel Date: Fri, 1 May 2026 15:24:31 -0300 Subject: [PATCH] update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3f1273f..ce7a310 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,7 @@ That adds a marker-fenced `Include` line to `~/.ssh/config`. ## Config -`~/.config/banger/config.toml`. All keys optional; the two most -useful: +`~/.config/banger/config.toml`. All keys are optional: ```toml [vm_defaults] @@ -112,12 +111,12 @@ memory_mib = 4096 disk_size = "16G" [[file_sync]] -host = "~/.aws" -guest = "~/.aws" +host = "~/.config/git/config" +guest = "~/.config/git/config" [[file_sync]] -host = "~/.config/gh/hosts.yml" -guest = "~/.config/gh/hosts.yml" +host = "~/.aws" +guest = "~/.aws" ``` `vm_defaults` overrides banger's host-derived sizing. `file_sync`