this post was submitted on 13 Jun 2023
1 points (100.0% liked)
Linux
2054 readers
1 users here now
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don’t know how BSD works, but linux has $XDG_ configs in homedir of user for most configuration files.
You could sidestep any conflicts by just changing your linux-systems $XDG_ -environmental variables to something like ~/.local.linux, ~/.config.linux and so on.
Ultimately almost any path under $HOME can ba changed with corresponding environmental variable in linux - so you can split directories if necessary.