Skip to content

Instantly share code, notes, and snippets.

@mattmc3
Created March 22, 2022 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattmc3/260661df4eff72742c9dc996fb43c614 to your computer and use it in GitHub Desktop.
Save mattmc3/260661df4eff72742c9dc996fb43c614 to your computer and use it in GitHub Desktop.
GPG home
#!/usr/bin/env zsh
GNUPGHOME=${XDG_DATA_HOME:-$HOME/.local/share}/gnupg
mkdir -p $GNUPGHOME
chown -R $(whoami) $GNUPGHOME
chmod 600 $GNUPGHOME/*
chmod 700 $GNUPGHOME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment