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