1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00
dotfiles/lazygit/config.yml

45 lines
1.2 KiB
YAML

gui:
border: single
nerdFontsVersion: 3
timeFormat: Jan 2 15:04:05 2006 MST
shortTimeFormat: 15:04:05
showPanelJumps: false
showListFooter: false
statusPanelView: allBranchesLog
filterMode: fuzzy
theme:
activeBorderColor:
- '#b4befe'
inactiveBorderColor:
- '#7f849c'
searchingActiveBorderColor:
- cyan
- bold
optionsTextColor:
- '#a6adc8'
selectedLineBgColor:
- '#343959'
cherryPickedCommitBgColor:
- reverse
cherryPickedCommitFgColor:
- '#b4befe'
unstagedChangesColor:
- '#f38ba8'
defaultFgColor:
- '#eceef4'
branchColorPatterns:
main: '#a6e3a1'
'\d+-': '#f9e2af'
git:
pagers:
- pager: delta --paging=never
branchLogCmd: 'git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline {{branchName}} --'
allBranchesLogCmds:
- git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline
customCommands:
- key: <c-n>
description: "AI: Commit staged changes"
command: opencode run --command commit
loadingText: 'Committing changes ...'
output: log
context: files