tmux_server/install.sh
2024-05-22 16:39:20 +02:00

5 lines
122 B
Bash

#!/bin/sh
if [ ! -d ${HOME}/.config/tmux/ ]; then
mkdir -p ${HOME}/.config/tmux/
fi
cp ./tmux.conf ${HOME}/.config/tmux/