mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
8 lines
174 B
Bash
8 lines
174 B
Bash
#!/bin/sh
|
|
|
|
# .chezmoiexternals/linux-fonts.toml hash:
|
|
# {{ include ".chezmoiexternals/linux-fonts.toml" | sha256sum }}
|
|
|
|
echo "[INFO] Rebuilding fonts cache..."
|
|
|
|
fc-cache -fv
|