Fix tmux install
This commit is contained in:
parent
6314ff3c94
commit
09fead2d9c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue