wip: getting stuff to sync properly
This commit is contained in:
4
scripts/sync.bash
Normal file
4
scripts/sync.bash
Normal file
@@ -0,0 +1,4 @@
|
||||
for file in ".config"/*; do
|
||||
echo $file
|
||||
echo "rsync -av ~/$file .config/$file --delete"
|
||||
done
|
||||
Reference in New Issue
Block a user