From b48d0b5ae447ae320fc3564dee96c6332f0e286a Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 7 Aug 2023 11:13:58 +0200 Subject: docs: fix README.md --- README.md | 41 ----------------------------------------- 1 file changed, 41 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 96a7f70..8e564c3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -THIS IS STILL NOT REAL README, NOTHING HERE IS TRUE! - # Description Based on [this gist](https://gist.github.com/sardemff7/759cbf956bea20d382a6128c641d2746) @@ -14,37 +12,6 @@ It\'s similar in functionality as the gist and the previous script, but on the MicroOS, where I work now, it is essential to install as few as possible additional software, so Guile is certainly too much. -Then add it to your `~/.gnupg/gpg-agent.conf` - -On a distribution that is using systemd (here I\'m using Arch Linux as -an example) simply run: - -``` shell -echo "GUIX_LOCPATH=$GUIX_LOCPATH" -``` - -Copy that, then run: - -``` shell -systend --user edit gpg-agent.service -``` - -And add it in the `override.conf` - -``` conf -[Service] -Environment=GUIX_LOCPATH=%h/.guix-profile/lib/locale -``` - -On my system, `GUIX_LOCPATH` points to the default profile -i.e. `$HOME/.guix-profile/lib/locale`. `%h` in -systemd gives you the path to the home directory. This should be the -case for most people, but if your `GUIX_LOCPATH` points to -something different change the `override.conf` to reflect -that. - -# Gpg-agent - To use `pinentry-rofi` with `gpg-agent`, you can set it as the `pinentry-program` in the `~/.gnupg/gpg-agent.conf`. Note that you need to use the full @@ -56,14 +23,6 @@ For example for Arch Linux this would be: pinentry-program /usr/bin/pinentry-rofi ``` -And for guix: - -``` conf -pinentry-program /.guix-profile/bin/pinentry-rofi -``` - -Where `` is the full path to home for your user. - Don\'t forget to restart `gpg-agent` for the changes to take affect: -- cgit