Files
omarchy/migrations/1752535084.sh

8 lines
220 B
Bash
Raw Normal View History

2025-07-14 16:20:54 -07:00
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