From 9d3e71cc0cf54f561ffc148df5d18b107b14d41c Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 6 Mar 2024 22:59:45 +0100 Subject: pull password store after yadm pull --- .config/yadm/hooks/post_pull | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .config/yadm/hooks/post_pull diff --git a/.config/yadm/hooks/post_pull b/.config/yadm/hooks/post_pull new file mode 100755 index 0000000..c40a06b --- /dev/null +++ b/.config/yadm/hooks/post_pull @@ -0,0 +1,2 @@ +#!/bin/sh +[ -n "$GPG_ID_PASSWORD_STORE" ] && pass git pull -- cgit v1.2.3