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/install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/install.sh') 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" -- cgit v1.2.3