aboutsummaryrefslogtreecommitdiff
path: root/files/.config
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2023-08-23 18:01:41 +0500
committerAnton Bobov <anton@bobov.name>2023-08-23 18:01:41 +0500
commit6b3ff438887001986097e97fce7ec938647a8c7a (patch)
tree5bda36890f5b5247ff0b1a51b9aa1c43249b4eda /files/.config
parent2658c72d2653888ddc58c59de8ac482bb766e6a9 (diff)
Add lazygit config
Diffstat (limited to 'files/.config')
-rw-r--r--files/.config/lazygit/config.yml23
1 files changed, 23 insertions, 0 deletions
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: '<c-n>'
+ moveUpCommit: '<c-p>'