diff --git a/install.sh b/install.sh index 62cd386..ca987fa 100644 --- a/install.sh +++ b/install.sh @@ -103,7 +103,7 @@ log "📥 Lade Daten" run git clone https://git.boergmann.it/klaas/shellskripte cd shellskripte || exit 1 run cp ./configs/zshrc ~/.zshrc -run cp ./config/tmux.conf ~/.tmux.conf +run cp ./configs/tmux.conf ~/.tmux.conf tmux source ~/.tmux.conf mkdir -p ~/.ssh run cp ./ssh/authorized_keys ~/.ssh/authorized_keys