mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-26 17:13:42 +02:00
9 lines
135 B
Bash
Executable file
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
|