diff --git a/install.sh b/install.sh index 28b409c..dc92073 100644 --- a/install.sh +++ b/install.sh @@ -104,7 +104,8 @@ run git clone https://git.boergmann.it/klaas/shellskripte cd shellskripte || exit 1 run cp ./configs/zshrc ~/.zshrc run cp ./configs/tmux.conf ~/.tmux.conf -tmux source ~/.tmux.conf +run git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm +run tmux source ~/.tmux.conf run cp ./configs/vimrc ~/.vimrc mkdir -p ~/.ssh run cp ./ssh/authorized_keys ~/.ssh/authorized_keys