Fix tmux install

This commit is contained in:
Thomas Avé 2023-05-17 17:37:25 +02:00
parent 6314ff3c94
commit 09fead2d9c
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ if $TMUX; then
$SUDO apt install -y $dependencies $SUDO apt install -y $dependencies
ln -s $PWD/tmux $HOME/.tmux 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 git clone https://github.com/tmux-plugins/tpm $HOME/.tmux/plugins/tpm
$HOME/.tmux/plugins/tpm/bin/install_plugins $HOME/.tmux/plugins/tpm/bin/install_plugins
fi fi