diff --git a/home/.chezmoiscripts/linux/run_onchange_after_fc-cache.sh.tmpl b/home/.chezmoiscripts/linux/run_onchange_after_fc-cache.sh.tmpl new file mode 100644 index 00000000..1842a914 --- /dev/null +++ b/home/.chezmoiscripts/linux/run_onchange_after_fc-cache.sh.tmpl @@ -0,0 +1,7 @@ +{{- if not .ephemeral -}} +#!/usr/bin/env bash + +set -eufo pipefail + +fc-cache -f -v +{{- end -}} diff --git a/home/dot_local/share/fonts/feather.ttf b/home/dot_local/share/fonts/feather.ttf new file mode 100644 index 00000000..88bdfd0b Binary files /dev/null and b/home/dot_local/share/fonts/feather.ttf differ diff --git a/home/dot_local/share/fonts/iosevka-nerd-font.ttf b/home/dot_local/share/fonts/iosevka-nerd-font.ttf new file mode 100644 index 00000000..bbb351c7 Binary files /dev/null and b/home/dot_local/share/fonts/iosevka-nerd-font.ttf differ