tmux tpm hinzugefügt
This commit is contained in:
parent
e88ba76fb8
commit
19788bcae0
|
@ -104,7 +104,8 @@ 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 ./configs/tmux.conf ~/.tmux.conf
|
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
|
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
|
||||||
|
|
Loading…
Reference in New Issue