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