6 lines
167 B
Bash
Executable File
6 lines
167 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ ! -e "$ZSH/oh-my-zsh.sh" ] ; then
|
|
/bin/zsh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussel/oh-my-zsh/master/tools/install.sh)"
|
|
fi
|