From 19788bcae0e34cb3756f3e1cc4e770142e17d5e9 Mon Sep 17 00:00:00 2001 From: klaas Date: Tue, 1 Apr 2025 08:48:09 +0200 Subject: [PATCH] =?UTF-8?q?tmux=20tpm=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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