summaryrefslogtreecommitdiff
path: root/Rexfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-03 19:50:35 +0200
committerPaul Buetow <paul@buetow.org>2026-03-03 19:50:35 +0200
commit64d3e4664628f00456ab2471e4bbf6f382e606c3 (patch)
treeae2f0915b789b6adebef1cf6052db895ee44469c /Rexfile
parent2b9aa04704406f0bbf8b2108e9f12b598fb9538f (diff)
jo
Diffstat (limited to 'Rexfile')
-rw-r--r--Rexfile3
1 files changed, 3 insertions, 0 deletions
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" ) {