~hacktivista/config

167c0ffe124c4a00df3e287d9d076e484dd7baed — Felix Freeman 1 year, 7 months ago 0efdc68
README: more software and typos fix
1 files changed, 11 insertions(+), 5 deletions(-)

M README
M README => README +11 -5
@@ 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!