

Has the cat’s diet changed at all? My understanding is that the allergy has to do with a protein that some cats produce, and it ends up on their fur through the saliva. Certain diets can reduce or eliminate the protein.
I don’t have any brands to recommend, but here is the study if it gives you something to go off of


















You can view the source for my comment and copy paste :)
Do this in order:
Install with LUKS full-disk encryption and Btrfs subvolumes for
@and@homeso snaps are atomic.Enable automatic snapshots with Timeshift or snapper.
Export your package lists:
dpkg --get-selections > packages.txtpacman -Qqe > pkglist.txtflatpak list --app > flatpaks.txtPut your dotfiles under version control and manage them with chezmoi or GNU Stow.
Use Flatpak for GUI apps, containerized toolchains (podman) for dev environments, and keep only system-critical packages in the distro manager.
Back up with Borg:
borg init --encryption=repokey /path/to/repo ; borg create repo::$(date +%F) /home /etc --stats ; borg prune --keep-daily=7 --keep-weekly=4 --keep-monthly=6Keep a small, bootable USB with the exact kernel/tools you use so you can unlock LUKS and mount Btrfs snapshots.
Test restores quarterly: restore a snapshot to a spare partition and boot it. Do that for a year and tell me reinstalling is fun again.