dotfiles/.install/install-oh-my-zsh.sh
2024-10-01 00:22:44 -04:00

3 lines
157 B
Bash
Executable file

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