3 lines
161 B
Bash
Executable file
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
|