From b0716a7348e4c0f4f03e5694405fd74c4020d959 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 19 Jul 2024 11:15:22 -0300 Subject: Fix: chrome syncing workflow improvements --- README.md | 3 +++ firefox-chrome-sync | 1 + 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 53cc96b..30ba4e9 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ profiles. ### Syncing +Use the [firefox-chrome-sync](firefox-chrome-sync) to keep your chrome +customizations synced for every profile. + ### Symlinking Ideally, using symlinks could just work: diff --git a/firefox-chrome-sync b/firefox-chrome-sync index f7ee418..c519b43 100755 --- a/firefox-chrome-sync +++ b/firefox-chrome-sync @@ -14,5 +14,6 @@ cd $PROFILES # Dispatch for profile in *; do + echo "Syncing $profile..." rsync -av --delete $BASEDIR/chrome/ $profile/chrome/ done -- cgit v1.2.3