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