This commit is contained in:
computer 2021-11-10 12:39:51 -05:00
parent 23ca8b3df1
commit a9ab11dcb6
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ apt-get install -y iftop htop glances zsh glusterfs-server glusterfs-client salt
## Setup ZSH and ohmyzsh theme
cd /root/
#sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
echo y|sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
#echo y|sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
chsh -s /bin/zsh
sed -i 's/ZSH_THEME="robbyrussell"/ZSH_THEME="pygmalion"/g' /root/.zshrc