add discord emoji
This commit is contained in:
parent
73493e83ef
commit
4e353e15b0
2 changed files with 5 additions and 1 deletions
3
arch.sh
3
arch.sh
|
@ -350,6 +350,9 @@ then
|
|||
#fish -c "set -ge MANPAGER"
|
||||
fish -c "set -Ux MANPAGER \"sh -c 'col -bx | bat -l man -p\'\""
|
||||
|
||||
# === Emoji Discord ==
|
||||
yay -S ttf-symbola --noconfirm
|
||||
|
||||
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
||||
else
|
||||
echo "Ce script ne fonctionne que sur Manjaro."
|
||||
|
|
|
@ -98,7 +98,8 @@
|
|||
"syncthing",
|
||||
"ufw",
|
||||
"fzf",
|
||||
"glu"
|
||||
"glu",
|
||||
"noto-fonts-cjk"
|
||||
],
|
||||
"plugin": null,
|
||||
"profile": {
|
||||
|
|
Loading…
Reference in a new issue