laydown

manages configuration layers

TLDR

Create layer
$ laydown create [layer-name]
List layers
$ laydown list
Apply layer
$ laydown apply [layer-name]
Remove layer
$ laydown remove [layer-name]

SYNOPSIS

laydown command [options]

DESCRIPTION

laydown manages configuration layers. It organizes settings and files in composable layers.The tool enables modular configuration management. Layers can be applied and removed independently.

PARAMETERS

create NAME

Create new layer.
list
List all layers.
apply NAME
Apply layer.
remove NAME
Remove layer.
--help
Display help information.

CAVEATS

Configuration specific. Layer system approach. May vary by implementation.

HISTORY

laydown provides layered configuration management for organizing complex system setups.

SEE ALSO

stow(1), chezmoi(1)