mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
8 lines
220 B
Bash
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
|