added tmux to autoconfig setup

This commit is contained in:
Wryn Wagner 2020-01-10 09:04:45 -07:00
parent 54d8b2d625
commit f81acc450a

3
setup
View File

@ -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";