rsync

install

# Arch
sudo pacman -S rsync
# Windows 10
scoop install cwrsync

usage

# Update nvim config from ArchWSL to Windows
rsync -r ~/.config/nvim/ /mnt/c/Users/User/AppData/Local/nvim --include={".*"} --exclude={"lazy-lock.json"}

reference

resource

cache