check for ohmyzsh

This commit is contained in:
Benjamin Palko 2024-10-01 00:22:44 -04:00
parent 541068ddbb
commit a841d57ab7

View file

@ -1,2 +1,3 @@
if [ ! -d ~/ohmyzsh ]; then
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended --keep-zshrc
fi