From c9790cbcad9d523d94d7285186df6baa21b69ece Mon Sep 17 00:00:00 2001 From: Joursoir Date: Wed, 11 Feb 2026 00:07:38 +0300 Subject: Makefile: refresh font cache after installing fonts --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f28210b..0f8474d 100644 --- a/Makefile +++ b/Makefile @@ -30,4 +30,5 @@ polybar: $(COPY) -r dotconfig/polybar ~/.config/. fonts: - $(COPY) -r fonts ~/.local/share \ No newline at end of file + $(COPY) -r fonts ~/.local/share + fc-cache -f -v -- cgit v1.2.3-18-g5258