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

adding lazygit config

This commit is contained in:
Henrik Hautakoski 2024-05-08 14:27:43 +02:00
parent 15a3d70f35
commit c05ca4cb35
2 changed files with 29 additions and 0 deletions

28
lazygit/config.yml Normal file
View 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}} --'

View file

@ -10,6 +10,7 @@ DIRECTORIES=(
i3status i3status
rofi rofi
smartgit smartgit
lazygit
) )
for target in ${DIRECTORIES[@]}; do for target in ${DIRECTORIES[@]}; do