this post was submitted on 30 Jun 2023
37 points (100.0% liked)

Transprogrammer

856 readers
2 users here now

A space for trans people who code

Matrix Space:

Rules:

founded 2 years ago
MODERATORS
37
If You're Like Me... (lemmy.blahaj.zone)
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 7 points 2 years ago (1 children)

You'll want a -a on that cp to preserve permissions.

usermod -l and a symlink is my plan.

[โ€“] [email protected] 5 points 2 years ago* (last edited 2 years ago)

Nice plan, I used a symlink to quickly heal fixed paths in configs like

ln -s /home/NewAffirmingName/ /home/OldName/

That way if a setting I transferred over is trying to pull a file from /home/OldName/Gamesave instead of ~/Gamesave it will still work... unless it doesn't recognize symlinks... but for a lot of stuff it has been working.