feat: working sync script

This commit is contained in:
2025-03-04 21:15:47 +00:00
parent 1b5d6b1a59
commit 1b50900993
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
for file in ".config"/*; do
echo $file
echo "rsync -av ~/$file .config/$file --delete"
echo "rsync -av ~/$file .config --delete"
rsync -av ~/$file .config --delete
done