archdi-pkg
archdi-pkg copied to clipboard
Arch Linux Desktop Installer Packages
Would be great addition to archdi
Pardon me if this has been discussed already. I'm new to your archfi/archdi tools and find that they partially solve the Arch Linux issue many of us have with installing...
Add alternatives to bash, as requested in https://github.com/MatMoul/archfi/issues/95
Current version of pacman allows you to enable parallel downloads, but it's disabled by default. This is signified by a line in the config file that says: `#ParallelDownloads = 5`...
It would be nice if `archdi` has a feature to rank mirrors using `reflector`. After all, the `pacman` hook for `reflector` is a bit complicated, and some people are just...
Yadm uses git and will pull in your dotfiles from a github repo. It is very handy to get a baseline config running. URL: https://yadm.io/
The arch tutorial on hibernate is quite mechanical and could probably be done via scripting to save some effort: https://wiki.archlinux.org/index.php/Power_management/Suspend_and_hibernate#Hibernation Also using `suspend-then-hibernate` would help laptop users from draining their...
What do you think about the possibility of alternating the choice between dracut and mkinitcpio? In the case of dracut would need pacman hook as already mentioned [here](https://bbs.archlinux.org/viewtopic.php?id=247015).
I'd like to see using the GitHub 'release' feature instead of creating an uncompressed tarball for the archdi to pull. This would do the work for you, and you wouldn't...