From 5c8634f0477de19e72daef8db1b621a47de60c3a Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sun, 20 Jun 2021 16:24:10 -0400 Subject: [PATCH] Fixed the tmux install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 63488e1..e862c5e 100755 --- a/install.sh +++ b/install.sh @@ -51,7 +51,7 @@ fish() { tmux() { echo "Installing Tmux configuration..." - ln -sf $PWD/tmux $HOME/.tmux + ln -sf $PWD/tmux/tmux.conf $HOME/.tmux.conf git clone https://github.com/tmux-plugins/tpm $HOME/.tmux/plugins/tpm }