From 7c36e04c36413c0469bc9f2a329ad362735a0ecf Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 11 Apr 2025 15:52:47 +0200 Subject: Add weechat/sec.conf to sensitive files --- config/aerc/accounts.conf.age | Bin 1797 -> 1723 bytes install | 2 +- sensitive | 5 ++++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config/aerc/accounts.conf.age b/config/aerc/accounts.conf.age index a738b67..6de1158 100644 Binary files a/config/aerc/accounts.conf.age and b/config/aerc/accounts.conf.age differ diff --git a/install b/install index 84d87dd..dd63d01 100755 --- a/install +++ b/install @@ -108,4 +108,4 @@ echo "Cloning password store" mkdir -p ~/.passage git clone git@git.r.bdr.sh:rbdr/pass ~/.passage/store -echo "Sensitive files have not been decrypted. Run ./sensitive to decrypt." +echo "Sensitive files have not been decrypted. Run ./sensitive to decrypt." diff --git a/sensitive b/sensitive index b79cc2b..0098524 100755 --- a/sensitive +++ b/sensitive @@ -1,6 +1,9 @@ #!/usr/bin/env bash -sensitive_files=("config/aerc/accounts.conf") +sensitive_files=( + "config/aerc/accounts.conf" + "config/weechat/sec.conf" +) if [[ "$1" == "update" ]]; then echo "Updating" -- cgit