Skip to content

Commit

Permalink
[gpg] Move heading to correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
Koekelas committed Aug 28, 2020
1 parent 89b3a7f commit 2641a5c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions dotfiles.org
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,20 @@ Non login
PS1='[\u@\h \W]\$ '
#+END_SRC

* GnuPG :setup:
When setting GnuPG's home, the directory must be created manually. To
create it, run:

#+BEGIN_SRC sh
mkdir -p "$XDG_DATA_HOME/gnupg"
#+END_SRC

Move data directory out of the way.

#+BEGIN_SRC conf :tangle stow/gnupg/.config/environment.d/50-gnupg.conf
GNUPGHOME="$XDG_DATA_HOME/gnupg"
#+END_SRC

* Syncthing :setup:
Stores:
- archive: Archief
Expand Down Expand Up @@ -387,20 +401,6 @@ Ignore common artifacts. For pattern format, see ~man 5 gitignore~.
.nrepl-port
#+END_SRC

* GnuPG :setup:
When setting GnuPG's home, the directory must be created manually. To
create it, run:

#+BEGIN_SRC sh
mkdir -p "$XDG_DATA_HOME/gnupg"
#+END_SRC

Move data directory out of the way.

#+BEGIN_SRC conf :tangle stow/gnupg/.config/environment.d/50-gnupg.conf
GNUPGHOME="$XDG_DATA_HOME/gnupg"
#+END_SRC

* Firefox :setup:

** Saka Key
Expand Down

0 comments on commit 2641a5c

Please sign in to comment.