Reload font optimization

This commit is contained in:
2025-06-12 16:48:29 +01:00
parent 6e687ad118
commit 86c18a7093

View File

@@ -176,7 +176,9 @@ cp -r "$HOME/dotfiles/scripts/." "$HOME/.local/bin/"
echo "${YELLOW}Installing fonts...${NC}"
mkdir -p "$HOME/.local/share/fonts"
cp -rf "$HOME/dotfiles/fonts/"* "$HOME/.local/share/fonts/"
if [ ! -f "$HOME/dotfiles/logs/font_install.log" ]; then
fc-cache -fv "$HOME/.local/share/fonts" >"$HOME/dotfiles/logs/font_install.log"
fi
# UFW Firewall
if [ "$reload" = false ]; then