14 lines
No EOL
224 B
TOML
14 lines
No EOL
224 B
TOML
[crate]
|
|
name = "zsh"
|
|
description = "install & configure zsh"
|
|
|
|
[[packages]]
|
|
name = "zsh"
|
|
|
|
[[actions.command]]
|
|
command = "sh ./setup-omzsh.sh"
|
|
description = "oh-my-zsh setup"
|
|
|
|
[[actions.link]]
|
|
src = "./zshrc"
|
|
dest = "~/.zshrc" |