From 92bc8b4705e0c23108b75220caea80cd63c8ae66 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 9 Jul 2024 09:05:54 +0200 Subject: [PATCH] apparence --- wsl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wsl.sh b/wsl.sh index efdaff2..f0b6d77 100644 --- a/wsl.sh +++ b/wsl.sh @@ -111,8 +111,8 @@ function main { echo -e "\nInstallation terminée !\nIl faut redémarrer WSL (dans Powershell = wsl --shutdown)." echo -e "---\nPense bien à paramétrer ton terminal, exemple avec Windows Terminal :" echo "- Ligne de commande = wsl.exe -d Arch fish" - echo "- Profils par défaut => Apparence :" - echo " - Jeu de couleur = One Half Dark" + echo "- Apparence :" + echo " - Modifier la configuration avec https://git.mylloon.fr/Anri/confOS/wiki/windows-terminal" echo " - Type de police = Caskaydia Cove Nerd Font Complete Mono Windows Compatible" echo " (à télécharger ici : https://www.nerdfonts.com/font-downloads)" }