This repo exists to generate packages for the QMK cli.
# Add the QMK source to your apt repositories list:
echo "deb https://linux.qmk.fm/ $(lsb_release --codename --short) main" | sudo tee /etc/apt/sources.list.d/qmk.list
# Add the QMK GPG Key:
wget -qO - https://linux.qmk.fm/gpg_pubkey.txt | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/qmk-gpg-pubkey.gpg > /dev/null
# Update apt:
sudo apt update
# Install QMK:
sudo apt install qmk
# First install the QMK pubkey:
sudo rpm --import https://linux.qmk.fm/gpg_pubkey.txt
# Install the package for your version:
dnf install https://linux.qmk.fm/dists/fedora/$(lsb_release --short --release)/qmk-1.1.6-1.noarch.rpm