From 191ff7f7a898aa06cda77ccf41d55907e3641673 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 20 Dec 2025 09:57:05 -0700 Subject: [PATCH] feat(lazygit): add config --- dot_config/lazygit/config.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dot_config/lazygit/config.yml diff --git a/dot_config/lazygit/config.yml b/dot_config/lazygit/config.yml new file mode 100644 index 0000000000000000000000000000000000000000..718bcf4221dc2d247c889d4a93d6d088ebac7467 --- /dev/null +++ b/dot_config/lazygit/config.yml @@ -0,0 +1,3 @@ +git: + overrideGpg: true + autoFetch: false