From 7c9af8453e830f551abfc7e289c6836412b2354c Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 12 Sep 2022 10:18:57 -0500 Subject: [PATCH] add delta to lazygit --- home/private_dot_config/lazygit/config.yml | 3 +++ info/tools.yml | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/home/private_dot_config/lazygit/config.yml b/home/private_dot_config/lazygit/config.yml index 0ae8860..5e33fb2 100644 --- a/home/private_dot_config/lazygit/config.yml +++ b/home/private_dot_config/lazygit/config.yml @@ -7,3 +7,6 @@ gui: showFileTree: true git: branchLogCmd: 'git log --graph --all --color=always --decorate --date=relative --oneline' + paging: + colorArg: always + pager: delta --dark --paging=never --theme catppuccin diff --git a/info/tools.yml b/info/tools.yml index 7ce286a..6d3970c 100644 --- a/info/tools.yml +++ b/info/tools.yml @@ -70,6 +70,10 @@ atuin: lazydocker: user: jesseduffield +delta: + <<: *default + user: dandavison + # file management gdu: user: dundee