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`