7 lines
147 B
YAML
7 lines
147 B
YAML
- shell:
|
|
- [if [ "$SHELL" != "/bin/zsh" ] ; then chsh -s /bin/zsh; fi;]
|
|
|
|
- link:
|
|
~/.zshrc: shells/zsh/zshrc
|
|
~/.zprofile: shells/zsh/zprofile
|