Update file .chezmoiexternal.toml

This commit is contained in:
Brian Zalewski 2023-01-24 02:11:43 +00:00
parent 3c62439f42
commit 59330ec01b

View file

@ -303,16 +303,4 @@
url = "{{ $fontUrlBase }}{{ $font }}.ttf" url = "{{ $fontUrlBase }}{{ $font }}.ttf"
refreshPeriod = "{{ $refreshPeriod }}" refreshPeriod = "{{ $refreshPeriod }}"
{{- end }} {{- end }}
### Miscellaneous Fonts Download
["{{ $fontDir }}/FontAwesome.ttf"]
type = "file"
# Source URL
url = "https://github.com/VermiumSifell/dotfiles/raw/main/dot_local/share/fonts/fontawesome.ttf"
refreshPeriod = "{{ $refreshPeriod }}"
["{{ $fontDir }}/Weather-Icons.ttf"]
type = "file"
# Source URL
url = "https://github.com/VermiumSifell/dotfiles/raw/main/dot_local/share/fonts/weathericons.ttf"
refreshPeriod = "{{ $refreshPeriod }}"
{{- end }} {{- end }}