This commit is contained in:
parent
bfe272bbf9
commit
749b9d31e2
|
@ -5,7 +5,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too
|
|||
# echo y|sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
chsh -s $(which zsh)
|
||||
sed -i 's/ZSH_THEME="robbyrussell"/ZSH_THEME="pygmalion"/g' /root/.zshrc
|
||||
sed -i 's/bash /root/zsh-setup.sh//d' /root/.profile
|
||||
sed -i 's\bash /root/zsh-setup.sh\\' /root/.profile
|
||||
rm -f /root/zsh-setup.sh
|
||||
echo "Relog into terminal finished bootstrapping server"
|
||||
exit
|
||||
|
|
Loading…
Reference in New Issue