dotfiles/.install/install-oh-my-zsh.sh
Benjamin Palko 1cdd637ff1 quote
2024-10-01 00:26:10 -04:00

3 lines
161 B
Bash
Executable file

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