chore: install ohmyzsh unattended

This commit is contained in:
Menno van Leeuwen 2024-08-26 12:30:24 +02:00
parent d4fc347bf9
commit bbe474ead9
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -23,6 +23,7 @@ ensure_ohmyzsh_installed() {
printfe "%s\n" "green" "$result" printfe "%s\n" "green" "$result"
fi fi
else else
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
sh install.sh --unattended --keep-zshrc
fi fi
} }