hyprland-void-dots/.scripts/font.sh
2024-02-27 13:40:12 +03:30

9 lines
135 B
Bash
Executable file

#!/bin/bash
install_ttf_font() {
sudo cp *.ttf /usr/share/fonts/TTF
sudo fc-cache -f -v
}
cd ../host/ui/fonts
install_ttf_font