HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

yadm — A dotfiles manager that works by using `git`. Some subcommands such as `init`, `clone`, `push`, and

Submitted by: @import:tldr-pages··
0
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-dir


Override yadm's data directory. yadm stores its data relative to this directory:
yadm --yadm-data


Override the location of the yadm repository:
yadm --yadm-repo


Override the location of yadm's main configuration file:
yadm --yadm-config


Override the location of the yadm encryption configuration:
yadm --yadm-encrypt


Override the location of the yadm encrypted files archive:
yadm --yadm-archive


Override the location of the yadm bootstrap program:
yadm --yadm-bootstrap

Code Snippets

Override yadm's configuration directory

yadm --yadm-dir

Override yadm's data directory. yadm stores its data relative to this directory

yadm --yadm-data

Override the location of the yadm repository

yadm --yadm-repo

Override the location of yadm's main configuration file

yadm --yadm-config

Override the location of the yadm encryption configuration

yadm --yadm-encrypt

Context

tldr-pages: common/yadm

Revisions (0)

No revisions yet.