From 6b3ff438887001986097e97fce7ec938647a8c7a Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 23 Aug 2023 18:01:41 +0500 Subject: Add lazygit config --- files/.config/lazygit/config.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 files/.config/lazygit/config.yml (limited to 'files/.config') diff --git a/files/.config/lazygit/config.yml b/files/.config/lazygit/config.yml new file mode 100644 index 0000000..48f6314 --- /dev/null +++ b/files/.config/lazygit/config.yml @@ -0,0 +1,23 @@ +--- +gui: + nerdFontsVersion: "3" + theme: + lightTheme: true + branchColors: + 'develop': '#ff2222' + animateExplosion: false +git: + paging: + colorArg: always + pager: diff-so-fancy + commitPrefixes: + gazprom: + pattern: "^(\\d+)-.*" + replace: "feat: #$1 " + branchLogCmd: "git lg --color=always --no-merges --graph {{branchName}} --" +services: + 'git.technocom.tech': 'gitea:git.technocom.tech' +keybinding: + commits: + moveDownCommit: '' + moveUpCommit: '' -- cgit v1.2.3