Fix cp and add chsh
This commit is contained in:
parent
29d500bfd5
commit
0ac0020fdd
1 changed files with 5 additions and 1 deletions
|
@ -30,4 +30,8 @@ else
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cp -r zsh-files/.* ~/
|
cp -r zsh-files/.oh-my-zsh ~/
|
||||||
|
cp -r zsh-files/.zkbd ~/
|
||||||
|
cp zsh-files/.zshrc ~/
|
||||||
|
|
||||||
|
chsh -s $(which zsh)
|
||||||
|
|
Loading…
Reference in a new issue