hyprland-void-dots/scripts/fonts-installer.sh
2024-03-06 22:51:17 +03:30

10 lines
136 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