dotpatina 1.6.0

dotpatina is a rust application for managing system dotfiles and configuration
1
2
3
4
5
6
7
8
9
10
name = "executable-script"
description = "Shows how to copy an executable script while preserving its permissions"

[vars]
greeting = "Hello"

[[files]]
template = "templates/greet.sh"
target = "../../output/greet.sh"
preserve_permissions = true