Configuration files for quick host setup.
Examples are given for a user with
- name: John Doe
- email: [email protected]
- login: jodo
Copy everything to the user's home directory and change email address and SSH/GPG keys.
sudo apt install openssh-client gpg \
git git-email git-pw \
screen \
neomutt urlscan lynx
# Create new key for signing and encrypting
gpg --full-generate-key
# Edit neomutt passwords in plain text
vim ~/.neomutt/password
# Encrypt neomutt passwords
gpg --encrypt -r [email protected] ~/.neomutt/password
# Remove neomutt passwords in plain text
rm -f ~/.neomutt/password