From d96a04b9941729b413b9eb0e1c14dcefb26b0d2f Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Fri, 1 Dec 2023 20:14:10 -0500 Subject: [PATCH] Add tmux config --- configs/tmux/.tmux.conf | 1 + install-linux.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 configs/tmux/.tmux.conf diff --git a/configs/tmux/.tmux.conf b/configs/tmux/.tmux.conf new file mode 100644 index 0000000..c8a0605 --- /dev/null +++ b/configs/tmux/.tmux.conf @@ -0,0 +1 @@ +set -g mouse on \ No newline at end of file diff --git a/install-linux.sh b/install-linux.sh index 4e65d1e..f175a2e 100644 --- a/install-linux.sh +++ b/install-linux.sh @@ -122,6 +122,9 @@ fi # Memegen ln -nsf $EWCONFIG_ROOT/configs/memegen ~/.config/memegen +# Tmux +ln -sf $EWCONFIG_ROOT/configs/tmux/.tmux.conf ~/.tmux.conf + # -- Optional Configs -- set +x