aboutsummaryrefslogtreecommitdiff
path: root/config.example.yaml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-26 10:31:30 +0000
committerFuwn <[email protected]>2026-01-26 10:31:35 +0000
commit7ed8407a61fd040012b0ccf148c88ea3ef85f99c (patch)
tree8a6125719623198037f32b4d33ea3e6b349c7cf4 /config.example.yaml
parentdocs(README): Add naming wink (diff)
downloadmugi-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.yaml8
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: {}