Dotfiles - chezmoi

setting up multicast broadcast vlc video and verifying multicast traffic.

image loading ...

What is Chezmoi?

Chezmoi is a tool for managing your home directory across multiple machines in a secure and consistent manner. This tool allows users to track, version control, and deploy configuration files (dotfiles) across different environments, with a focus on ensuring portability, repeatability, and security.

`chezmoi add $FILE` # adds $FILEfrom your home directory to the source directory.

Restore config

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply $GITHUB_USERNAME

You can also clone an existing dotfiles repository when initializing:

chezmoi init --apply git@github.com:yourusername/dotfiles.git