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