snippetbashTip
yadm — A dotfiles manager that works by using `git`. Some subcommands such as `init`, `clone`, `push`, and
Viewed 0 times
commandworksdotfilescliusingyadmthatmanager
Problem
How to use the
yadm command: A dotfiles manager that works by using git. Some subcommands such as init, clone, push, and pull have their own usage documentation. More information: <https://yadm.io/docs/overview>.Solution
yadm — A dotfiles manager that works by using git. Some subcommands such as init, clone, push, and pull have their own usage documentation. More information: <https://yadm.io/docs/overview>.Override yadm's configuration directory:
yadm --yadm-dirOverride yadm's data directory. yadm stores its data relative to this directory:
yadm --yadm-dataOverride the location of the yadm repository:
yadm --yadm-repoOverride the location of yadm's main configuration file:
yadm --yadm-configOverride the location of the yadm encryption configuration:
yadm --yadm-encryptOverride the location of the yadm encrypted files archive:
yadm --yadm-archiveOverride the location of the yadm bootstrap program:
yadm --yadm-bootstrapCode Snippets
Override yadm's configuration directory
yadm --yadm-dirOverride yadm's data directory. yadm stores its data relative to this directory
yadm --yadm-dataOverride the location of the yadm repository
yadm --yadm-repoOverride the location of yadm's main configuration file
yadm --yadm-configOverride the location of the yadm encryption configuration
yadm --yadm-encryptContext
tldr-pages: common/yadm
Revisions (0)
No revisions yet.