From 55b9b6f6af9ebf93a9aff13f97f6a2bd65c1f333 Mon Sep 17 00:00:00 2001 From: computer Date: Wed, 10 Nov 2021 12:27:52 -0500 Subject: [PATCH] f --- hasql.nixc.us/user-data.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hasql.nixc.us/user-data.sh b/hasql.nixc.us/user-data.sh index f1cef9f..449eccf 100644 --- a/hasql.nixc.us/user-data.sh +++ b/hasql.nixc.us/user-data.sh @@ -28,6 +28,7 @@ apt-get install -y iftop htop glances zsh glusterfs-server glusterfs-client salt 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 sed -i 's/ZSH_THEME="robbyrussel"/ZSH_THEME="pygmalion"/g' /root/.zshrc ## Install docker-compose and docker using convenience scripts