fastfetch icon indicating copy to clipboard operation
fastfetch copied to clipboard

DotfileManager: add initial dotfile manager detection

Open twpayne opened this issue 7 months ago • 3 comments

Fixes #1696.

twpayne avatar Apr 18 '25 15:04 twpayne

Optionally, check version of these managers.

CarterLi avatar Apr 19 '25 03:04 CarterLi

Thanks for the speedy review! I'll have time to work on this again in a few days and will address all your comments.

twpayne avatar Apr 19 '25 05:04 twpayne

maybe its a way to add stow support?

Fastfetch could add a new module (e.g., dotfiles) that prints:

Dotfiles Manager: Stow (~/dotfiles)

And detects it using logic like:

Scan $HOME for symlinks.

If > N symlinks point into a common dir (~/dotfiles/*), assume Stow is used.

Optionally allow override via config.

r1w1s1 avatar Jun 14 '25 01:06 r1w1s1