Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 372 Bytes

3 - KDEWallet and Git.md

File metadata and controls

22 lines (21 loc) · 372 Bytes

Naturally, you'll need Git:

pkg install git

You will need to setup a KDE Wallet for GitHub interoperability

  1. Install gnupg
pkg install gnupg
  1. Generate key with defaults
gpg --full-generate-key 
  1. This verifies GPG agent is running
gpg-connect-agent /bye
  1. Sets your GPG TTY environment variable
export GPG_TTY=$(tty)