From 508af2dd2e053cb076d06f8b1a37d2efd0e2ac45 Mon Sep 17 00:00:00 2001 From: John Costa Date: Tue, 3 Jun 2025 18:00:44 +0100 Subject: [PATCH] feat: adding local/share --- scripts/manager.bash | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/manager.bash b/scripts/manager.bash index 25d0f118..514d94af 100755 --- a/scripts/manager.bash +++ b/scripts/manager.bash @@ -20,6 +20,11 @@ for file in "config"/*; do rsync -a $file ~/.config --delete done +for file in "local/share"/*; do + echo "rsync -av $file ~/.local/share --delete" + rsync -a $file ~/.local --delete +done + DISPLAY=:0 kitty metapac sync # Cleanup