Compare commits
2 commits
3c19c21fa6
...
d0ed448c88
Author | SHA1 | Date | |
---|---|---|---|
d0ed448c88 | |||
2bc6d4fc73 |
2 changed files with 4 additions and 3 deletions
4
arch.sh
4
arch.sh
|
@ -329,9 +329,9 @@ then
|
|||
|
||||
# === Manual color ==
|
||||
#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'\""
|
||||
|
||||
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
||||
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur.\nPensez à activer les extensions après redémarrage."
|
||||
else
|
||||
echo "Ce script ne fonctionne que sur Manjaro."
|
||||
fi
|
||||
|
|
|
@ -98,7 +98,8 @@
|
|||
"fzf",
|
||||
"glu",
|
||||
"noto-fonts-cjk",
|
||||
"networkmanager-openvpn"
|
||||
"networkmanager-openvpn",
|
||||
"man-pages-fr"
|
||||
],
|
||||
"plugin": null,
|
||||
"profile": {
|
||||
|
|
Loading…
Reference in a new issue