[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 \
|
exfat-utils \
|
||||||
axel \
|
axel \
|
||||||
man sudo
|
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
|
esac
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@ case "$PM" in
|
||||||
fonts-cascadia-code \
|
fonts-cascadia-code \
|
||||||
fonts-urw-base35 \
|
fonts-urw-base35 \
|
||||||
fonts-droid-fallback \
|
fonts-droid-fallback \
|
||||||
|
fonts-symbola \
|
||||||
gucharmap
|
gucharmap
|
||||||
# network manager
|
# network manager
|
||||||
sudo apt install \
|
sudo apt install \
|
||||||
|
@ -32,6 +33,8 @@ case "$PM" in
|
||||||
ttf-droid \
|
ttf-droid \
|
||||||
wqy-microhei \
|
wqy-microhei \
|
||||||
gucharmap
|
gucharmap
|
||||||
|
# install symbola for plain emojis(no-color) for st
|
||||||
|
yay -S ttf-symbola-free
|
||||||
# clipboard
|
# clipboard
|
||||||
sudo pacman -S --needed \
|
sudo pacman -S --needed \
|
||||||
xclip xsel
|
xclip xsel
|
||||||
|
|
Loading…
Reference in New Issue
Block a user