From b1aa9039ed3e59a572357b690e51ebbed3e3e1e7 Mon Sep 17 00:00:00 2001 From: computer Date: Wed, 10 Nov 2021 12:54:14 -0500 Subject: [PATCH] f --- hasql.nixc.us/user-data.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hasql.nixc.us/user-data.sh b/hasql.nixc.us/user-data.sh index 1342ad7..a4df066 100644 --- a/hasql.nixc.us/user-data.sh +++ b/hasql.nixc.us/user-data.sh @@ -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