This commit is contained in:
computer 2021-11-10 12:54:14 -05:00
parent a9ab11dcb6
commit b1aa9039ed
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ apt-get dist-upgrade -y
apt-get install -y iftop htop glances zsh glusterfs-server glusterfs-client salt-minion
## Setup ZSH and ohmyzsh theme
cd /root/
# 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)"
chsh -s /bin/zsh
chsh -s $(which zsh)
sed -i 's/ZSH_THEME="robbyrussell"/ZSH_THEME="pygmalion"/g' /root/.zshrc
## Install docker-compose and docker using convenience scripts