aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2023-08-07 11:13:58 +0200
committerMatěj Cepl <mcepl@cepl.eu>2023-08-11 11:59:01 +0200
commitb48d0b5ae447ae320fc3564dee96c6332f0e286a (patch)
tree2f50755649cd6ca919a623116e3141e4e63726ac
parent8855b44310b8741bc6391a755bbc85a8bf28f23c (diff)
downloadpinentry-rofi-b48d0b5ae447ae320fc3564dee96c6332f0e286a.tar.gz
docs: fix README.md
-rw-r--r--README.md41
1 files changed, 0 insertions, 41 deletions
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 <HOME>/.guix-profile/bin/pinentry-rofi
-```
-
-Where `<HOME>` is the full path to home for your user.
-
Don\'t forget to restart `gpg-agent` for the changes to take
affect: