アップデートスクリプトを日に2〜3回 (暇なとき) 叩いていて、ファームウェアアップデート (BIOS/UEFI 含む)、 flatpak や cargo でインストールしたアプリ、 neovim のプラグイン、 cargo-crev のレビューなどがコマンド一発で更新されるようにしている
#!/bin/sh
fwupdmgr refresh && fwupdmgr get-updates --assume-yes
flatpak update --assumeyes
cargo install-update --all
nvim -c "call dein#update()" -c quit
cargo crev repo fetch all