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 /.config/install.sh | |
| parent | d189dd6f1596270c3ee2e776b750ad40b9b197c0 (diff) | |
lazygit update
Diffstat (limited to '.config/install.sh')
| -rw-r--r-- | .config/install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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" |
