Skip to content

Instantly share code, notes, and snippets.

View axiopisty's full-sized avatar

Elliot Huntington axiopisty

  • ThermoWorks.com
  • Salt Lake City, UT
View GitHub Profile
@flbuddymooreiv
flbuddymooreiv / passgitgpg.md
Last active May 17, 2024 02:54
Setting up pass on git with a gpg key

The following shell transcript shows how to:

  • Create a GPG key
  • Create a pass database
  • Add git support to the pass database
  • Create a remote git repository
  • Push the pass database to the remote git repository
  • Fetch and display your passwords from another host

It is assumed that the pass package has been installed on both the first and second computers.