diff options
| author | Joursoir <chat@joursoir.net> | 2026-02-11 00:07:38 +0300 |
|---|---|---|
| committer | Joursoir <chat@joursoir.net> | 2026-02-11 00:07:38 +0300 |
| commit | c9790cbcad9d523d94d7285186df6baa21b69ece (patch) | |
| tree | 9f88ebe0de2db8b76725538fe90b0f5964a1f1fd | |
| parent | e0a62fb5403c7fb19d7b279d342b5dbd20c6d36d (diff) | |
| download | dotfiles-c9790cbcad9d523d94d7285186df6baa21b69ece.tar.gz dotfiles-c9790cbcad9d523d94d7285186df6baa21b69ece.tar.bz2 dotfiles-c9790cbcad9d523d94d7285186df6baa21b69ece.zip | |
Makefile: refresh font cache after installing fonts
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
