From 6618153946a3468d5ae4b21521bd102f61ce0bc6 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 26 Aug 2022 22:15:49 +0930 Subject: [PATCH] Added password-store submodule --- .config/password-store | 1 + .gitmodules | 3 +++ 2 files changed, 4 insertions(+) create mode 160000 .config/password-store diff --git a/.config/password-store b/.config/password-store new file mode 160000 index 0000000..d0a094f --- /dev/null +++ b/.config/password-store @@ -0,0 +1 @@ +Subproject commit d0a094f4c5a1622021529496ee7e634b363ba33a diff --git a/.gitmodules b/.gitmodules index 0186582..54b82fa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule ".config/ohmyzsh"] path = .config/ohmyzsh url = https://github.com/ohmyzsh/ohmyzsh.git +[submodule ".config/password-store"] + path = .config/password-store + url = https://git.unkin.net/unkinben/pass.git