qyanu-bash-tweaks

qyanu’s personal bash tweaks, such as aliases and PROMPT_COMMAND, loaded through the systems /etc/profile.d facility.

downloading & installing

Download Archive

I recommend to verify the checksums and signatures with the following command:

When downloading the source package (the dsc and tar.xz files), signature and checksum verification can be performed with the dscverify (1) utility (assuming that my gpg key 0xF507E6B0003849B9FC2ADD3E207022447F6D85DB is part of ~/.gnupg/trustedkeys.gpg keyring):

dscverify qyanu-bash-tweaks_1.0.1.dsc
# exit status 0 => verification successful
# otherwise => possible file manipulation

When downloading the binary package (the deb and deb.sig files), signature (including checksum) can be verified with the gpgv (1) utility (assuming that my gpg key 0xF507E6B0003849B9FC2ADD3E207022447F6D85DB is part of ~/.gnupg/trustedkeys.kbx keyring):

gpgv qyanu-bash-tweaks_1.0.1_all.deb.sig qyanu-bash-tweaks_1.0.1_all.deb
# exit status 0 => verification successful
# otherwise => possible file manipulation