From c332cf11dc0266f31eeae067ace5a9bda18122c6 Mon Sep 17 00:00:00 2001 From: Super User Date: Mon, 23 Mar 2026 19:09:37 +0800 Subject: flatten setup directory structure --- core/tmux.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 core/tmux.sh (limited to 'core/tmux.sh') diff --git a/core/tmux.sh b/core/tmux.sh new file mode 100755 index 0000000..1e5d3db --- /dev/null +++ b/core/tmux.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +cd "$(dirname "${BASH_SOURCE[0]}")" || exit + +cp tmux.conf /etc/tmux.conf -- cgit