mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
adding lazygit config
This commit is contained in:
parent
15a3d70f35
commit
c05ca4cb35
2 changed files with 29 additions and 0 deletions
28
lazygit/config.yml
Normal file
28
lazygit/config.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
gui:
|
||||
border: single
|
||||
nerdFontsVersion: 3
|
||||
timeFormat: Jan 2 15:04:05 2006 MST
|
||||
shortTimeFormat: 15:04:05
|
||||
theme:
|
||||
activeBorderColor:
|
||||
- blue
|
||||
- bold
|
||||
inactiveBorderColor:
|
||||
- grey
|
||||
searchingActiveBorderColor:
|
||||
- cyan
|
||||
- bold
|
||||
optionsTextColor:
|
||||
- blue
|
||||
selectedLineBgColor:
|
||||
- blue
|
||||
cherryPickedCommitBgColor:
|
||||
- cyan
|
||||
cherryPickedCommitFgColor:
|
||||
- blue
|
||||
unstagedChangesColor:
|
||||
- red
|
||||
defaultFgColor:
|
||||
- default
|
||||
git:
|
||||
branchLogCmd: 'git log --graph --color=always --abbrev-commit --decorate --pretty=medium {{branchName}} --'
|
||||
Loading…
Add table
Add a link
Reference in a new issue