From bbc000dbcab86316a81738b1d4eb53b2949e0e96 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 8 Jan 2023 02:50:11 +0100 Subject: [PATCH] added tmux.conf --- cpConfigsToHere.sh | 1 + etc/tmux.conf | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 etc/tmux.conf diff --git a/cpConfigsToHere.sh b/cpConfigsToHere.sh index 6ed1cc6..31fd468 100755 --- a/cpConfigsToHere.sh +++ b/cpConfigsToHere.sh @@ -6,6 +6,7 @@ mkdir -p usr/share cp -fr ~/.wakeonlan ./home cp -fr /etc/vimrc ./etc/vimrc +cp -fr /etc/tmux.conf ./etc/tmux.conf cp -fr /etc/xdg/nvim ./etc/xdg/nvim/ cp -fr ~/.zsh ./home/ cp -fr ~/.zshrc ./home/ diff --git a/etc/tmux.conf b/etc/tmux.conf new file mode 100644 index 0000000..c43907f --- /dev/null +++ b/etc/tmux.conf @@ -0,0 +1,2 @@ + +set -g mouse on