dotfiles/meta/configs/oh-my-zsh.yaml
2023-02-01 19:52:44 -05:00

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