summaryrefslogtreecommitdiffstats
path: root/src/install/tools/password-store.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/install/tools/password-store.md')
-rw-r--r--src/install/tools/password-store.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/install/tools/password-store.md b/src/install/tools/password-store.md
new file mode 100644
index 0000000..6e71f5d
--- /dev/null
+++ b/src/install/tools/password-store.md
@@ -0,0 +1,29 @@
+# Password Store
+
+Clone password-store
+
+```console
+git clone git@git.sr.ht:~tobyvin/.password-store ~/.password-store
+```
+
+Install pass and default extensions
+
+```console
+paru -S pass pass-coffin pass-extension-tail pass-import
+```
+
+Verify pass-coffin decrypts correctly
+
+```console
+$ pass open
+password store data has been retrieved from the coffin
+password store data will be hidden inside a coffin after 10min
+```
+
+Verify pass decrypts correctly
+
+```console
+$ pass tail sr.ht
+login: <REDACTED>
+url: https://sr.ht/
+```