-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Hi,
I hope you don't mind that I went ahead and packaged dotbare in the AUR.
I wanted to take this opportunity to discuss ways to improve availability on different systems, since your choice of offering dotbare as a shell extension makes it quite a challenge for distro packagers.
Taking a look at the source code, I noticed the shell extension file simply adds dotbare main file to the shell, which is equivalent of having it in $PATH. I also noticed you mentioned it as an option for installation. However, where the project currently stands, it's impossible to have the main file inside $PATH without scripts and helper directories, so I had to create a custom wrapper to do that and completely ditch shell extension for the AUR package.
Hope you'd consider making this project more packaging friendly, so it's possible to make it available on different systems more easily ;)
Keep up your great work!