From fb7b90d95230ea9bcf0640481da70a708b21b021 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 24 Sep 2023 22:38:12 +0200 Subject: Add password config --- install | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'install') diff --git a/install b/install index 48908da..5a69f17 100755 --- a/install +++ b/install @@ -70,3 +70,9 @@ touch ~/.tool-versions # Italics setup echo "Setting up terminfo" tic xterm-256color-italic.terminfo + +echo "Clone pass" +git clone git@git.sr.ht:~rbdr/pass ~/.password-store + +echo "Decrypting Sensitive Files" +./sensitive -- cgit