From ef2cbabe119ca73c90ab1c4934326e343911bde6 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Wed, 9 Oct 2019 18:03:46 +0200 Subject: [PATCH] Added Pass as submodule https://www.passwordstore.org --- .gitmodules | 3 +++ password-store | 1 + 2 files changed, 4 insertions(+) create mode 160000 password-store diff --git a/.gitmodules b/.gitmodules index 1ce5c11..b7f31bc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "dotbot"] path = dotbot url = https://github.com/anishathalye/dotbot +[submodule "password-store"] + path = password-store + url = https://git.zx2c4.com/password-store diff --git a/password-store b/password-store new file mode 160000 index 0000000..b830119 --- /dev/null +++ b/password-store @@ -0,0 +1 @@ +Subproject commit b830119762416fa8706e479e9b01f2453d6f6ad6