From 09fead2d9c72d73af12e9a47cad89102e88b1bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Wed, 17 May 2023 17:37:25 +0200 Subject: [PATCH] Fix tmux install --- install.sh | 1 + 1 file changed, 1 insertion(+) 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