update README.md
This commit is contained in:
parent
b736702260
commit
403f60dbbf
1 changed files with 5 additions and 6 deletions
11
README.md
11
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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue