Might be late to the party, but I just discovered you can do this. Super simple and easy to do.

After having a read of the linked page, I backed up and just used this option:

https://wiki.archlinux.org/title/Profile-sync-daemon

Installed, created config, and enabled service:

systemctl --user enable psd.service systemctl --user enable psd-resync.service

I definitely notice an increase in speed and less SSD usage should hopefully increase lifespan.

I’m sure there would be options for alternative distros, anything using Systemd should be able to use the daemon.

  • Helix 🧬
    link
    fedilink
    English
    12 months ago

    Can I also compile a list of selected packages from the repositories fresh easily? E.g. Firefox? Or do I have to download their PKGBUILD to makepkg?

    • @d3Xt3r@lemmy.nzM
      link
      fedilink
      22 months ago

      The repositories already contain pre-compiled packages. To install them, just add the repository before the Arch repos, and then simply reinstall the packages to install their optimised versions.

      • Helix 🧬
        link
        fedilink
        English
        12 months ago

        How can I trust them? At least with Arch there’s the “many eyes” principle.

        • @d3Xt3r@lemmy.nzM
          link
          fedilink
          12 months ago

          It’s the same principle. Both CachyOS and ALHP are reasonably popular, and all their stuff is open for anyone to review - Cachy’s stuff is all on Github and ALHP is on SomeGit.

          • Helix 🧬
            link
            fedilink
            English
            12 months ago

            Both CachyOS and ALHP are reasonably popular

            never heard of them. I need to research a bit more until I activate what is basically another “dangerous” non-maintainer repository. Thank you a lot for your links and explanations!