diff options
| author | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2026-02-23 08:40:31 +0100 |
|---|---|---|
| committer | Tom Li Dobnik <tomlidobnik1@gmail.com> | 2026-02-23 08:40:31 +0100 |
| commit | a690c70d9ddf2694aa2ee64efefff09cdc755f93 (patch) | |
| tree | 40c4ddc86c183315d317b2d43a6066654896471d | |
| parent | d189dd6f1596270c3ee2e776b750ad40b9b197c0 (diff) | |
lazygit update
| -rw-r--r-- | .config/Brewfile | 1 | ||||
| -rw-r--r-- | .config/install.sh | 3 | ||||
| -rw-r--r-- | .config/lazygit/config.yml | 7 |
3 files changed, 11 insertions, 0 deletions
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}} + |
