diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..907618b --- /dev/null +++ b/Justfile @@ -0,0 +1,2 @@ +sync: + fd --hidden --max-depth 4 -t f --exclude=.git | entr rsync --exclude-from=install/standard-exclude.txt -av . ~ \ No newline at end of file