[bugfix] add symbola for st to display emojis
This commit is contained in:
parent
4504895640
commit
d740dc6d01
7
env.sh
7
env.sh
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user