remove wrong ohmyzsh setup

This commit is contained in:
Carlos Sousa 2025-05-19 15:51:44 +02:00
parent 749526dbb6
commit f888376e9f

View File

@ -1,9 +0,0 @@
#!/bin/bash
if [ "$SETUP_CORE_TTY" != true ]; then
echo "${SKIPPING_PRE_TEXT} ohmyzsh. SETUP_CORE_TTY is not true"
return 0
fi
echo "${INSTALLING_PRE_TEXT} ohmyzsh"
sudo dnf install zsh -y
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"