Consider 'guest mode' where dotfiles loaded non-destructively, e.g. when temporarily using someone else's machine.
ideas...
stow into tmp folder (mktemp -d) instead of $HOME
relative structure will remain the same, just need to replace use of $HOME with something else (e.g. $TEMP_HOME)
tmp location can easily be removed when done without touching existing files
Consider 'guest mode' where dotfiles loaded non-destructively, e.g. when temporarily using someone else's machine.
ideas...
stow into tmp folder (
mktemp -d
) instead of $HOME relative structure will remain the same, just need to replace use of $HOME with something else (e.g. $TEMP_HOME) tmp location can easily be removed when done without touching existing files