From 31fb69f89c45b543332b32a50a5078bf7c263b53 Mon Sep 17 00:00:00 2001 From: Sparky Date: Thu, 2 Oct 2025 09:57:05 +0100 Subject: [PATCH] Add tmux conf sync --- sync-sparky.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sync-sparky.yml b/sync-sparky.yml index 9add442..58ed03b 100755 --- a/sync-sparky.yml +++ b/sync-sparky.yml @@ -4,3 +4,9 @@ - source: lazygit target: /home/dave/lazygit delete: true +- source: .tmux.conf + target: ~/.tmux.conf + delete: true +- source: .tmux.conf + target: /home/dave/~/.tmux.conf + delete: true