Add instructions for setting up password-store

This commit is contained in:
Evie Litherland-Smith 2023-10-03 15:10:23 +01:00
parent 5467d45d11
commit a94f5fe71b

View file

@ -2,6 +2,19 @@
* [0/1] Tasks
** TODO Re-write Hyprland config
Convert from linked text file to proper nix expression (using home-manager)
* Password store setup
** Export gpg key
#+begin_src bash
gpg --export-secret-keys > key.gpg
#+end_src
** Import gpg key
#+begin_src bash
gpg --import key.gpg
#+end_src
** Clone password-store repository
#+begin_src bash
git clone https://git.xenia.me.uk/xenia/pass $PASSWORD_STORE_DIR
#+end_src
* Email setup
** Proton
*** Bridge