Updated config

This commit is contained in:
Eduard Urbach 2025-05-31 23:51:11 +02:00
parent 5f0343b67b
commit 6d21f3887c
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
11 changed files with 27 additions and 37 deletions

View file

@ -1,10 +1,10 @@
#!/usr/bin/fish
set DIRECTORIES documents music pictures projects videos
set EXCLUDES node_modules .cache .godot .svelte-kit
set FLAGS --archive --compress --delete --quiet
set FLAGS --archive --compress --delete --human-readable --progress
set HOSTS $argv
set USER (whoami)
set DESTINATION "~/files/"
set DESTINATION "~/"
for exclude in $EXCLUDES
set -a FLAGS --exclude $exclude