Add instructions for setting up password-store
This commit is contained in:
parent
5467d45d11
commit
a94f5fe71b
13
README.org
13
README.org
|
@ -2,6 +2,19 @@
|
||||||
* [0/1] Tasks
|
* [0/1] Tasks
|
||||||
** TODO Re-write Hyprland config
|
** TODO Re-write Hyprland config
|
||||||
Convert from linked text file to proper nix expression (using home-manager)
|
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
|
* Email setup
|
||||||
** Proton
|
** Proton
|
||||||
*** Bridge
|
*** Bridge
|
||||||
|
|
Loading…
Reference in a new issue