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 -ge MANPAGER"
|
||||||
fish -c "set -Ux MANPAGER \"sh -c 'col -bx | bat -l man -p\'\""
|
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."
|
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
||||||
else
|
else
|
||||||
echo "Ce script ne fonctionne que sur Manjaro."
|
echo "Ce script ne fonctionne que sur Manjaro."
|
||||||
|
|
|
@ -98,7 +98,8 @@
|
||||||
"syncthing",
|
"syncthing",
|
||||||
"ufw",
|
"ufw",
|
||||||
"fzf",
|
"fzf",
|
||||||
"glu"
|
"glu",
|
||||||
|
"noto-fonts-cjk"
|
||||||
],
|
],
|
||||||
"plugin": null,
|
"plugin": null,
|
||||||
"profile": {
|
"profile": {
|
||||||
|
|
Loading…
Reference in a new issue