My dotfiles managed using [chezmoi] [chezmoi]: https://www.chezmoi.io/ > [!NOTE] > The github mirror of this repository still includes some large unreachable > blobs (accidentally committed wallpapers). A smaller mirror of this > repository that does not include these blobs is available at > . Optional configuration can be placed in `~/.config/chezmoi/chezmoi.yaml`: ```yaml data: mpd: # configure mpd as a host (i.e. use local music directory instead of satellite) host: # base directory to use for playlists/pid/db files base_dir: # override music_directory (default is satellite address or /music for hosts) music_dir: # override playlist_directory (default is /playlists) playlist_dir: git: # git commit email email: # git commit name name: # git default branch (master) default_branch: # commit signing gpg key id gpg_id: # list of keygrips to unlock on login using pam-gnupg pam_gnupg: ```