Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

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 age

Initialization

gopass setup --crypto age --storage fs

which 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.git

gopass tracks the master branch of the Git repository.

Manage Passwords

gopass insert api_keys/github

gopass show api_keys/github