diff --git a/.chezmoiignore b/.chezmoiignore index c4963a0..dcc7bcf 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -7,6 +7,6 @@ .gitconfig {{- end }} -{{ if (eq .chezmoi.os "darwin") }} -.local +{{ if (hasKey . "fonts") | not }} +.local/share/fonts {{- end }} diff --git a/README.md b/README.md index cee66e7..5bded7c 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,9 @@ Create the chezmoi configuration at `~/.config/chezmoi/chezmoi.toml`: enabled = true bookmarks = "/home/user/bookmarks.html" +[data.fonts] + enabled = true + [data.git] email = "git@email.com" name = "My User"