aboutsummaryrefslogtreecommitdiffstats
path: root/tmux
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2023-07-20 21:19:29 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2023-07-20 21:20:55 +0100
commit0a07704d6dc53bf3a35d4aadfa240586f55e9487 (patch)
treedc7d45dfd0b74b58fa7f19d09c61b4981cd7dc25 /tmux
parent961c56632ba5c2e3937bced415697096ef8c8344 (diff)
Replace python installer
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.install.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tmux/.install.yml b/tmux/.install.yml
new file mode 100644
index 0000000..bf7c8cf
--- /dev/null
+++ b/tmux/.install.yml
@@ -0,0 +1,6 @@
+name: Configure tmux
+steps:
+ - !Link
+ from: ".tmux.conf"
+ to: "~/.tmux.conf"
+ recursive: false \ No newline at end of file