10 lines
188 B
YAML
10 lines
188 B
YAML
- shell:
|
|
- command: chsh -s $(which zsh)
|
|
stdin: true
|
|
stdout: true
|
|
|
|
- link:
|
|
~/.zprofile: shells/zsh/zprofile
|
|
~/.zshrc: shells/zsh/zshrc
|
|
~/.p10k.sh: shells/zsh/p10k.sh
|