8 lines
250 B
YAML
8 lines
250 B
YAML
- shell:
|
|
- [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;]
|
|
|
|
- link:
|
|
~/.oh-my-zsh/custom:
|
|
path: shells/oh-my-zsh/custom
|
|
force: true
|