From 64d3e4664628f00456ab2471e4bbf6f382e606c3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 3 Mar 2026 19:50:35 +0200 Subject: jo --- Rexfile | 3 +++ lazygit/config.yml | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 lazygit/config.yml diff --git a/Rexfile b/Rexfile index ae5eb6c..b7d08b7 100644 --- a/Rexfile +++ b/Rexfile @@ -145,6 +145,9 @@ task 'home_helix', sub { ensure "$DOT/helix/*" => "$HOME/.config/helix/" }; desc 'Install ~/.config/ghostty'; task 'home_ghostty', sub { ensure "$DOT/ghostty/*" => "$HOME/.config/ghostty/" }; +desc 'Install ~/.config/lazygit'; +task 'home_lazygit', sub { ensure "$DOT/lazygit/*" => "$HOME/.config/lazygit/" }; + desc 'Install prompt links for AI tools'; task 'home_prompts', sub { if ( -d "$HOME/Notes/Prompts/commands" ) { diff --git a/lazygit/config.yml b/lazygit/config.yml new file mode 100644 index 0000000..fa99cab --- /dev/null +++ b/lazygit/config.yml @@ -0,0 +1,2 @@ +gui: + scrollHeight: 10 -- cgit v1.2.3