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 }