void- enter the void 🪐 |
git clone git://git.acid.vegas/archlinux.git |
Log | Files | Refs | Archive |
commit 2abc922dd17fd8fa87eff2d0c3a13d1f42da59c1
parent 28815f632074ba47dccfc565b30588fb87c085cf Author: acidvegas <acid.vegas@acid.vegas> Date: Sun, 14 Jul 2024 23:18:03 -0400 Update the font cache after loading BlockZone Diffstat:
|
1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/setup b/setup @@ -129,7 +129,7 @@ setup_configs() { wget -O $HOME/.scripts/$SCRIPT $GIT_URL/scripts/$SCRIPT && chmod +x $HOME/.scripts/$SCRIPT done - mkdir -p $HOME/.local/share/fonts && wget -O $HOME/.local/share/fonts/BlockZone.ttf $GIT_URL/font/BlockZone.ttf + mkdir -p $HOME/.local/share/fonts && wget -O $HOME/.local/share/fonts/BlockZone.ttf $GIT_URL/font/BlockZone.ttf && fc-cache -f -v } |