Skip to content

Commit

Permalink
fix: Fix GH 1Password config (again)
Browse files Browse the repository at this point in the history
- last change didn't fix it
  • Loading branch information
martimlobao committed Jan 21, 2025
1 parent 4584704 commit a6479f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6479f6

Please sign in to comment.