From a6479f6647aaed25e8949b99aafec6703268ae97 Mon Sep 17 00:00:00 2001 From: Martim Lobao Date: Tue, 21 Jan 2025 10:21:44 +0000 Subject: [PATCH] fix: Fix GH 1Password config (again) - last change didn't fix it --- local.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/local.sh b/local.sh index 7d5ef3b..25464d2 100755 --- a/local.sh +++ b/local.sh @@ -42,6 +42,9 @@ if [[ ${COPYME} =~ ^[Yy]$ ]]; then rsync -av --exclude='.DS_Store' copyme/ "${HOME}" | grep -v "building file list ... done" | awk '/^$/ { exit } !/\/$/ { printf "\033[1;32m📋 Copied %s\033[0m\n", $0; }' + # 1Password needs the permissions to be set to 700 + chmod 700 "${HOME}/.config/op" + chmod 700 "${HOME}/.config/op/plugins/used_items" fi # iStat Menus