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
|
||||||
|
|
||||||
`~/.config/banger/config.toml`. All keys optional; the two most
|
`~/.config/banger/config.toml`. All keys are optional:
|
||||||
useful:
|
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[vm_defaults]
|
[vm_defaults]
|
||||||
|
|
@ -112,12 +111,12 @@ memory_mib = 4096
|
||||||
disk_size = "16G"
|
disk_size = "16G"
|
||||||
|
|
||||||
[[file_sync]]
|
[[file_sync]]
|
||||||
host = "~/.aws"
|
host = "~/.config/git/config"
|
||||||
guest = "~/.aws"
|
guest = "~/.config/git/config"
|
||||||
|
|
||||||
[[file_sync]]
|
[[file_sync]]
|
||||||
host = "~/.config/gh/hosts.yml"
|
host = "~/.aws"
|
||||||
guest = "~/.config/gh/hosts.yml"
|
guest = "~/.aws"
|
||||||
```
|
```
|
||||||
|
|
||||||
`vm_defaults` overrides banger's host-derived sizing. `file_sync`
|
`vm_defaults` overrides banger's host-derived sizing. `file_sync`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue