Dotty private init
dotty private init¶
Scaffold or adopt the private repository.
Synopsis¶
Create the private repository skeleton at path — the private marker, the git attributes and ignore guards, a pre-commit hook running dotty private verify, and an empty profile matching the active one — and record the path in the active profile's answers so every machine of the class finds it. An existing repository is adopted: nothing already there is touched, so re-running init is always safe. Without a path, the stored answer is reused, falling back to dotfiles.private beside the public repository.
Examples¶
Options¶
Options inherited from parent commands¶
--profile string profile to operate on (defaults to the active profile)
--repo string private repository (default: the active profile's stored answer)
SEE ALSO¶
- dotty private - Manage the encrypted private dotfiles repository.