Fedora is my system of choice and KDE is my desktop manager of choice. Install fedora and update the system with encryption. KDE can be installed via groupinstall
sudo dnf install vim gcc
add the repo
sudo dnf config-manager --add-repo https://repos.fedorapeople.org/repos/spot/chromium/fedora-chromium-stable.repo
su -c 'curl https://repos.fedorapeople.org/repos/spot/chromium/spot.gpg > /etc/pki/rpm-gpg/spot.gpg'
sudo dnf install chromium
# Chromium keyring
export CHROMIUM_USER_FLAGS="--password-store=kwallet"