From a690c70d9ddf2694aa2ee64efefff09cdc755f93 Mon Sep 17 00:00:00 2001 From: Tom Li Dobnik Date: Mon, 23 Feb 2026 08:40:31 +0100 Subject: lazygit update --- .config/Brewfile | 1 + .config/install.sh | 3 +++ .config/lazygit/config.yml | 7 +++++++ 3 files changed, 11 insertions(+) (limited to '.config') diff --git a/.config/Brewfile b/.config/Brewfile index e290067..98b0ddc 100644 --- a/.config/Brewfile +++ b/.config/Brewfile @@ -30,6 +30,7 @@ brew "sesh" brew "viu" brew "chafa" brew "7-zip" +brew "ydiff" cask "visual-studio-code" cask "google-chrome" diff --git a/.config/install.sh b/.config/install.sh index 2bd9588..e3e3975 100644 --- a/.config/install.sh +++ b/.config/install.sh @@ -42,3 +42,6 @@ stow . # Ensure Fish shell is available in /etc/shells and set it as the default grep -qxF "/opt/homebrew/bin/fish" /etc/shells || echo "/opt/homebrew/bin/fish" | sudo tee -a /etc/shells chsh -s /opt/homebrew/bin/fish + +# Symlinks +ln ./lazygit/config.yml "$HOME/Library/Application Support/lazygit/config.yml" diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 21ea0dc..dfdd87a 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -1,2 +1,9 @@ os: edit: "nvim {{filename}}" +gui: + sidePanelWidth: 0.2 # gives you more space to show things side-by-side +git: + pagers: + - colorArg: never + pager: ydiff -p cat -s --wrap --width={{columnWidth}} + -- cgit v1.2.3