Lazygit configuration#

The lazygit setup keeps base behavior in one template and keeps theme variants as separate files.

Directory layout#

Show layout
home/dot_config/lazygit#
$ lsd --almost-all --tree home/dot_config/lazygit
lazygit
├── config.yml.tmpl
├── tokyonight_day.yml
├── tokyonight_moon.yml
├── tokyonight_night.yml
└── tokyonight_storm.yml

Load order#

config.yml.tmpl is a template so that we can conditionally load delta config if its available.

This would need to be updated to get it work in Windows as well.

Relevant changelogs#