[bugfix] add symbola for st to display emojis

This commit is contained in:
Klesh Wong 2020-09-23 00:22:08 +08:00
parent 4504895640
commit d740dc6d01
2 changed files with 10 additions and 0 deletions

7
env.sh
View File

@ -79,6 +79,13 @@ case "$PM" in
exfat-utils \
axel \
man sudo
# install yay
if ! which yay; then
git clone --depth 1 https://aur.archlinux.org/yay.git /tmp/yay
cd /tmp/yay
makepkg -si
cd -
fi
;;
esac

View File

@ -11,6 +11,7 @@ case "$PM" in
fonts-cascadia-code \
fonts-urw-base35 \
fonts-droid-fallback \
fonts-symbola \
gucharmap
# network manager
sudo apt install \
@ -32,6 +33,8 @@ case "$PM" in
ttf-droid \
wqy-microhei \
gucharmap
# install symbola for plain emojis(no-color) for st
yay -S ttf-symbola-free
# clipboard
sudo pacman -S --needed \
xclip xsel