gbaptista / fnx

A package manager for the Fennel language.
https://github.com/gbaptista/fnx
MIT License
27 stars 1 forks source link

Add XDG support to installer #2

Closed hendursaga closed 2 years ago

hendursaga commented 2 years ago

In an effort to avoid needlessly cluttering my $HOME, the installer should by default ask if you'd like to install to XDG-compliant directories.

gbaptista commented 2 years ago

@hendursaga, thanks for your contribution. That's great!

I followed your lead and added another commit on top of yours, proposing some changes:

This way, a default installation would be something like:

What do you think about it?

hendursaga commented 2 years ago

Looks good to me!