install.sh aktualisiert
This commit is contained in:
parent
daee669cba
commit
a39a312b1d
|
@ -105,6 +105,7 @@ cd shellskripte || exit 1
|
||||||
run cp ./configs/zshrc ~/.zshrc
|
run cp ./configs/zshrc ~/.zshrc
|
||||||
run cp ./configs/tmux.conf ~/.tmux.conf
|
run cp ./configs/tmux.conf ~/.tmux.conf
|
||||||
tmux source ~/.tmux.conf
|
tmux source ~/.tmux.conf
|
||||||
|
run cp ./configs/vimrc ~/.vimrc
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
run cp ./ssh/authorized_keys ~/.ssh/authorized_keys
|
run cp ./ssh/authorized_keys ~/.ssh/authorized_keys
|
||||||
run sudo sh ./ssh/ssh_password -n
|
run sudo sh ./ssh/ssh_password -n
|
||||||
|
|
Loading…
Reference in New Issue