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