typo bei tmux
This commit is contained in:
parent
8d735dd495
commit
58b7d82d66
|
@ -103,7 +103,7 @@ log "📥 Lade Daten"
|
||||||
run git clone https://git.boergmann.it/klaas/shellskripte
|
run git clone https://git.boergmann.it/klaas/shellskripte
|
||||||
cd shellskripte || exit 1
|
cd shellskripte || exit 1
|
||||||
run cp ./configs/zshrc ~/.zshrc
|
run cp ./configs/zshrc ~/.zshrc
|
||||||
run cp ./config/tmux.conf ~/.tmux.conf
|
run cp ./configs/tmux.conf ~/.tmux.conf
|
||||||
tmux source ~/.tmux.conf
|
tmux source ~/.tmux.conf
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
run cp ./ssh/authorized_keys ~/.ssh/authorized_keys
|
run cp ./ssh/authorized_keys ~/.ssh/authorized_keys
|
||||||
|
|
Loading…
Reference in New Issue