From 7ed8407a61fd040012b0ccf148c88ea3ef85f99c Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 26 Jan 2026 10:31:30 +0000 Subject: feat(config): Add config-based defaults for verbosity and remotes --- config.example.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config.example.yaml') 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: {} -- cgit v1.2.3