Skip to content

sbashiro/dot-home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration files for quick host setup.

Installation

Examples are given for a user with

Copy everything to the user's home directory and change email address and SSH/GPG keys.

Applications

sudo apt install openssh-client gpg \
                 git git-email git-pw \
                 screen \
                 neomutt urlscan lynx

GPG

# 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

About

My shell configs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published