From f81acc450ad703b2ee70344f032280b5a1f2f080 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Fri, 10 Jan 2020 09:04:45 -0700 Subject: [PATCH] added tmux to autoconfig setup --- setup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup b/setup index 5d70eb7..d327ac8 100755 --- a/setup +++ b/setup @@ -38,6 +38,9 @@ LOCAL_VIM_ENV="$HOME/.config/wryn/env.vim" # setup config symlinks +[ -f "$HOME/.tmux.conf" ] && mv "$HOME/.tmux.conf" "$HOME/.tmux.conf.bak"; +ln -s "$HOME/.wryn/tmux/tmux.conf" "$HOME/.tmux.conf"; + xfce4-panel --version >/dev/null 2>&1 \ && [ ! -f "$HOME/.xinitrc" ] \ && ln -s "$HOME/.wryn/config/xserver/xinitrc" "$HOME/.xinitrc";