Add emoji support
This commit is contained in:
parent
e93c20154e
commit
fdb2c06257
2 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,7 @@ elif command_exists "pacman"; then
|
||||||
cd yay
|
cd yay
|
||||||
makepkg -si
|
makepkg -si
|
||||||
cd $WD
|
cd $WD
|
||||||
|
yay -S noto-fonts-emoji --noconfirm --needed
|
||||||
elif command_exists "zypp"; then
|
elif command_exists "zypp"; then
|
||||||
# Untested
|
# Untested
|
||||||
echo "not yet implemented"
|
echo "not yet implemented"
|
||||||
|
|
2
dotfiles
2
dotfiles
|
@ -1 +1 @@
|
||||||
Subproject commit a8b612c71e79a9e3e89e0fe653e0df0c65a6cc80
|
Subproject commit 80f43e8f7ebc085efd71bd55859fbcb4be029dcf
|
Loading…
Reference in a new issue