From bbb9b4dad9073c6fc5ef6cffa2d054b08e5691e9 Mon Sep 17 00:00:00 2001 From: xesc Date: Wed, 22 May 2024 16:39:20 +0200 Subject: [PATCH] add install script --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..eeb5dd4 --- /dev/null +++ b/install.sh @@ -0,0 +1,5 @@ +#!/bin/sh +if [ ! -d ${HOME}/.config/tmux/ ]; then + mkdir -p ${HOME}/.config/tmux/ +fi +cp ./tmux.conf ${HOME}/.config/tmux/