@@ 83,7 83,7 @@ gnupg pinentry-bemenu pass ydotool
mvp imv zathura-pdf-mupdf
# email
-aerc
+aerc dante w3m
# printers
cups cups-filters
@@ 91,8 91,11 @@ cups cups-filters
# record videos
obs-studio
-# multimedia edition
-audacity gimp inkscape kdenlive libreoffice-fresh
+# CLI multimedia edition
+ffmpeg imagemagick
+
+# GUI multimedia edition
+audacity gimp inkscape kdenlive krita libreoffice-fresh
# virtualized/containerized environments
qemu-desktop lxd
@@ 163,9 166,12 @@ gpg --export-secret-keys
gpg --import super_secret_keys.gpg.asc
# trust them so you can sign
-gpg --edit-key <KEY>; trust; 5;q
+gpg --edit-key <KEY>
+> trust
+> 5
+> q
-# now you can restore you ~/.password-store
+# now you can restore your ~/.password-store
## Almost done!