Files
omarchy/migrations/1752535084.sh
2025-07-14 16:20:54 -07:00

8 lines
220 B
Bash

echo "Set a default fontconfig"
if [[ ! -f "$HOME/.config/fontconfig/fonts.conf" ]]; then
mkdir -p ~/.config/fontconfig
cp ~/.local/share/omarchy/config/fontconfig/fonts.conf ~/.config/fontconfig/
fc-cache -fv
fi