2024-07-02

  • rsync: stands for remote sync, which is used for remote and local file synchronization, alternative to ssh,scp
    1. Local to Local
    2. Local to Remote
    3. Remote to Local

-a: option to sync files recursively -P: option to show the progress of the transfer

  • zimfw change theme Install zsh before installing zimfw curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh