From 95e2e01771b4f7f626c0205aad26c4d8633ce5e1 Mon Sep 17 00:00:00 2001 From: buckn Date: Mon, 14 Apr 2025 16:23:33 -0400 Subject: [PATCH] chinese character --- setup | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup b/setup index 2d4c49f..d6e005c 100755 --- a/setup +++ b/setup @@ -19,7 +19,7 @@ cargo install bat -if [[ uname -r == *"arch"* ]]; then +if [[ $(uname -r) == *"arch"* ]]; then # update repos pacman -Sy @@ -82,6 +82,10 @@ if [[ uname -r == *"arch"* ]]; then cd nerd-fonts ./install.sh Hack + # chinese fonts + + sudo pacman -S ttf-arphic-uming ttf-arphic-ukai + # bluetooth management pacman -S bluez bluez-tools pacman -S blueman