This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
echo "📦 Installing recommended Devanagari fonts..." | |
sudo pacman -S --needed noto-fonts noto-fonts-cjk noto-fonts-extra --noconfirm | |
echo "🛠 Creating Fontconfig override for Hindi and Nepali..." | |
mkdir -p ~/.config/fontconfig |
OlderNewer