summaryrefslogtreecommitdiff
path: root/frontends/Rexfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-01 18:06:21 +0200
committerPaul Buetow <paul@buetow.org>2026-02-01 18:06:21 +0200
commit507e3cae3d4e3939dad1af33feff945ab850cb72 (patch)
treeb0e1dc62649819f23468b4a001a6974002ba0f34 /frontends/Rexfile
parentb75af00ee44263c3d3ae4101c720aa6277e39974 (diff)
Add tmux editor popup and deploy helper script.
This enables an overlay editor binding and installs the send-keys script on frontends.
Diffstat (limited to 'frontends/Rexfile')
-rw-r--r--frontends/Rexfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile
index 430c11d..3a84648 100644
--- a/frontends/Rexfile
+++ b/frontends/Rexfile
@@ -139,6 +139,12 @@ task 'base',
owner => 'root',
group => 'wheel',
mode => '644';
+
+ file '/usr/local/bin/tmux-edit-send',
+ source => './scripts/tmux-edit-send',
+ owner => 'root',
+ group => 'wheel',
+ mode => '755';
};
desc 'Setup uptimed';