dotfiles/home/private_dot_config/lazygit/config.yml

42 lines
902 B
YAML
Raw Normal View History

2021-12-08 09:38:24 -06:00
git:
2024-04-09 11:19:35 -05:00
# see ~/.config/git/config
branchLogCmd: "git l"
2022-09-12 10:18:57 -05:00
paging:
colorArg: always
2022-09-12 10:58:10 -05:00
pager: delta --dark --paging=never
2023-02-24 17:58:02 -06:00
overrideGpg: true
2023-01-19 10:43:42 -06:00
customCommands:
- key: "W"
description: "wip in progess"
command: 'git commit -m "wip: $(date +"%Y.%m.%d %H:%M:%S")"'
context: "files"
gui:
2024-04-09 11:19:35 -05:00
nerdFontsVersion: 3
showIcons: true
showFileTree: true
2024-04-09 11:19:35 -05:00
# https://github.com/catppuccin/lazygit/blob/main/themes/mocha/rosewater.yml
theme:
activeBorderColor:
2024-04-09 11:19:35 -05:00
- '#f5e0dc'
- bold
inactiveBorderColor:
2024-04-09 11:19:35 -05:00
- '#a6adc8'
optionsTextColor:
2024-04-09 11:19:35 -05:00
- '#89b4fa'
selectedLineBgColor:
2024-04-09 11:19:35 -05:00
- '#313244'
cherryPickedCommitBgColor:
2024-04-09 11:19:35 -05:00
- '#45475a'
cherryPickedCommitFgColor:
2024-04-09 11:19:35 -05:00
- '#f5e0dc'
unstagedChangesColor:
2024-04-09 11:19:35 -05:00
- '#f38ba8'
defaultFgColor:
- '#cdd6f4'
searchingActiveBorderColor:
- '#f9e2af'
authorColors:
'*': '#b4befe'