From 08c30eef518123518d9296659ef858a7ba0b5cdb Mon Sep 17 00:00:00 2001 From: Anri Date: Mon, 8 Nov 2021 16:42:34 +0100 Subject: [PATCH] Adding custom colors and font --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 940694f..9b081a8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,14 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installBrave.sh -O tmp.sh && bash tmp.sh; rm tmp.sh ``` -- Installe et configure Fish ainsi que le SSH dans Fish +-
Installe et configure Fish ainsi que le SSH dans Fish + Si jamais, pour la personnalisation du terminal : + + - Police (sous Windows CMD) : Cascadia Mono + - Couleur texte : (211, 208, 200) + - Couleur arrière-plan : (45, 45, 45) +
+ ```bash wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installFish.sh -O tmp.sh && bash tmp.sh; rm tmp.sh ```