set not to run zsh after omz install

This commit is contained in:
Paul Wilde 2022-08-30 11:33:35 +01:00
parent b99bddc359
commit 3546a1efb3

View file

@ -8,7 +8,7 @@ elif [ -f /etc/arch-release ]; then
fi
echo Installing Oh My ZSH
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
export RUNZSH=no; sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
echo Switching Theme
sed -i 's/ZSH_THEME=.*/ZSH_THEME="bureau"/' ~/.zshrc