From 12955712f2fbe6dd0f48f8060160ed9cc3534ea0 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Tue, 28 Sep 2021 22:33:39 -0400 Subject: [PATCH] Adding configuration for fonts --- .chezmoiignore | 4 ++-- README.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) 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"