diff --git a/install.sh b/install.sh index 73a587c..a0c536d 100755 --- a/install.sh +++ b/install.sh @@ -157,6 +157,7 @@ if $TMUX; then $SUDO apt install -y $dependencies ln -s $PWD/tmux $HOME/.tmux + ln -s $PWD/tmux/tmux.conf $HOME/.tmux.conf git clone https://github.com/tmux-plugins/tpm $HOME/.tmux/plugins/tpm $HOME/.tmux/plugins/tpm/bin/install_plugins fi