Browse Source

Adding configuration for fonts

pull/2/head
Ryan Reed 3 years ago
parent
commit
12955712f2
2 changed files with 5 additions and 2 deletions
  1. +2
    -2
      .chezmoiignore
  2. +3
    -0
      README.md

+ 2
- 2
.chezmoiignore View File

@ -7,6 +7,6 @@
.gitconfig
{{- end }}
{{ if (eq .chezmoi.os "darwin") }}
.local
{{ if (hasKey . "fonts") | not }}
.local/share/fonts
{{- end }}

+ 3
- 0
README.md View File

@ -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"


Loading…
Cancel
Save