yadm-dev / yadm

Yet Another Dotfiles Manager
https://yadm.io/
GNU General Public License v3.0
5.11k stars 175 forks source link

Update encryption info in FAQ and use all paths relative to ~/ for clarity #471

Closed LFd3v closed 9 months ago

LFd3v commented 11 months ago

What does this PR do?

Current FAQ has deprecated info about the location of the encrypted file:

.config/yadm/files.gpg -> ~/.local/share/yadm/archive

Also, for clarity, probably it is a good idea to use all paths relative to $HOME or ~/.

What issues does this PR fix or reference?

N/A

Previous Behavior

FAQ uses .config/yadm/files.gpg

New Behavior

FAQ uses ~/.local/share/yadm/archive, and all full paths start with ~/.

Have tests been written for this change?

No

Have these commits been signed with GnuPG?

Yes


Please review yadm's Contributing Guide for best practices.

LFd3v commented 11 months ago

Signed commits with GnuPG.

rasa commented 11 months ago

Mostly a dup of https://github.com/TheLocehiliosan/yadm/pull/337, but changing $HOME to ~ is a good idea, to be consistent.