diff options
| author | Fuwn <[email protected]> | 2026-01-26 10:31:30 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-26 10:31:35 +0000 |
| commit | 7ed8407a61fd040012b0ccf148c88ea3ef85f99c (patch) | |
| tree | 8a6125719623198037f32b4d33ea3e6b349c7cf4 /config.example.yaml | |
| parent | docs(README): Add naming wink (diff) | |
| download | mugi-7ed8407a61fd040012b0ccf148c88ea3ef85f99c.tar.xz mugi-7ed8407a61fd040012b0ccf148c88ea3ef85f99c.zip | |
feat(config): Add config-based defaults for verbosity and remotes
Diffstat (limited to 'config.example.yaml')
| -rw-r--r-- | config.example.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.example.yaml b/config.example.yaml index dc8ce4e..12635c4 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -12,6 +12,14 @@ remotes: defaults: remotes: [github, codeberg, sourcehut] path_prefix: ~/Developer + verbose: false + linear: false + pull: + remotes: [github] + push: + remotes: [github, codeberg, sourcehut] + fetch: + remotes: [github, codeberg, sourcehut] repos: gemrest/windmark: {} |