2025-03-14 21:59:59 -06:00
|
|
|
# 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>.
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Override yadm's configuration directory:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`yadm --yadm-dir`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Override yadm's data directory. yadm stores its data relative to this directory:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`yadm --yadm-data`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Override the location of the yadm repository:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`yadm --yadm-repo`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Override the location of yadm's main configuration file:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`yadm --yadm-config`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Override the location of the yadm encryption configuration:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`yadm --yadm-encrypt`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Override the location of the yadm encrypted files archive:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`yadm --yadm-archive`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Override the location of the yadm bootstrap program:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`yadm --yadm-bootstrap`
|