2021-12-08 09:38:24 -06:00
|
|
|
git:
|
2024-04-09 11:19:35 -05:00
|
|
|
# see ~/.config/git/config
|
2024-06-21 13:23:32 -05:00
|
|
|
branchLogCmd: "git l --color=always"
|
|
|
|
allBranchesLogCmd: "git log --color=always"
|
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
|
2022-12-30 13:48:48 -06:00
|
|
|
|
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"
|
|
|
|
|
2022-12-30 13:48:48 -06:00
|
|
|
gui:
|
2024-06-21 13:23:32 -05:00
|
|
|
nerdFontsVersion: "3"
|
2024-04-09 11:19:35 -05:00
|
|
|
showIcons: true
|
2022-12-30 13:48:48 -06:00
|
|
|
showFileTree: true
|
2024-04-09 11:19:35 -05:00
|
|
|
# https://github.com/catppuccin/lazygit/blob/main/themes/mocha/rosewater.yml
|
2022-12-30 13:48:48 -06:00
|
|
|
theme:
|
|
|
|
activeBorderColor:
|
2024-04-09 11:19:35 -05:00
|
|
|
- '#f5e0dc'
|
2022-12-30 13:48:48 -06:00
|
|
|
- bold
|
|
|
|
inactiveBorderColor:
|
2024-04-09 11:19:35 -05:00
|
|
|
- '#a6adc8'
|
2024-06-21 13:23:32 -05:00
|
|
|
searchingActiveBorderColor:
|
|
|
|
- '#f9e2af'
|
2022-12-30 13:48:48 -06:00
|
|
|
optionsTextColor:
|
2024-04-09 11:19:35 -05:00
|
|
|
- '#89b4fa'
|
2022-12-30 13:48:48 -06:00
|
|
|
selectedLineBgColor:
|
2024-04-09 11:19:35 -05:00
|
|
|
- '#313244'
|
2022-12-30 13:48:48 -06:00
|
|
|
cherryPickedCommitFgColor:
|
2024-04-09 11:19:35 -05:00
|
|
|
- '#f5e0dc'
|
2024-06-21 13:23:32 -05:00
|
|
|
cherryPickedCommitBgColor:
|
|
|
|
- '#45475a'
|
2022-12-30 13:48:48 -06:00
|
|
|
unstagedChangesColor:
|
2024-04-09 11:19:35 -05:00
|
|
|
- '#f38ba8'
|
|
|
|
defaultFgColor:
|
|
|
|
- '#cdd6f4'
|
2024-06-21 13:23:32 -05:00
|
|
|
#
|
|
|
|
# # Foreground color of marked base commit (for rebase)
|
|
|
|
# markedBaseCommitFgColor:
|
|
|
|
# - blue
|
|
|
|
# # Background color of marked base commit (for rebase)
|
|
|
|
# markedBaseCommitBgColor:
|
|
|
|
# - yellow
|
|
|
|
|
|
|
|
|