Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Installation on Fedora¶
sudo dnf install gopass ageInitialization¶
gopass setup --crypto age --storage fswhich create an age identities file at~/.config/gopass/age/identities
.
The configuration file of gopass is at
~/.config/gopass/config
.
Configuration for Git Sync¶
gopass config user.name "Your Name"
gopass config user.email "you@example.com"
gopass git init
gopass git remote add origin git@github.com:username/my-secrets-repo.gitgopass tracks the master branch of the Git repository.
Manage Passwords¶
gopass insert api_keys/github
gopass show api_keys/github