This repository contains my personal dotfiles, managed by chezmoi.
.chezmoidata/packages.yaml: Defines the packages to be installed on different systems..chezmoiscripts/: Contains scripts that are run by chezmoi.dot_...: Files and directories that will be linked to the home directory.private_...: Files and directories that will be linked with theprivate_prefix removed.
To apply these dotfiles on a new machine, you can use the following command:
chezmoi init --apply <your-repo-url>