1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/yadm.md
shelton louis 5e4d5d2750
yadm: add pages (#13920)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2024-10-01 21:05:50 +02:00

33 lines
842 B
Markdown
Executable file

# 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 the `yadm` directory. `yadm` stores its configurations relative to this directory:
`yadm --yadm-dir`
- Override the `yadm` 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 the `yadm` 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`