From b758c61084ce5c3fdd6dfe0b68e0e7160dc8b265 Mon Sep 17 00:00:00 2001 From: Thomas Briffard Date: Thu, 24 Jun 2021 17:14:21 +0200 Subject: [PATCH] =?UTF-8?q?m=C3=A0j=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e738c05..390cf76 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ### Configuration powerline -1. Installation de [powerline](https://powerline.readthedocs.io/en/master/) via gestionnaire de paquet (ou pip, conseillé, mais ne pas installer la version dispo sur pypi, trop vielle, plutôt faire : `pip install git+https://github.com/powerline/powerline.git@develop`) -2. Modification du .bashrc avec ajout de quelque chose du style : +1. Installation de [powerline](https://powerline.readthedocs.io/en/master/) via pip, mais ne pas installer la version dispo sur pypi, trop vieille, plutôt faire : `pip install git+https://github.com/powerline/powerline.git@develop`) +2. Ajout dans .bashrc : ``` if [ -f `which powerline-daemon` ]; then @@ -11,18 +11,18 @@ . ~/.local/lib/python3.9/site-packages/powerline/bindings/bash/powerline.sh fi ``` -3. Cloner ce dépôt dans ~/.config/, ie +3. Cloner ce dépôt dans ~/.config/, ``` cd ~/.config/\ git clone https://git.thomasbriffard.com/Briffou/powerline.git ``` -4. (facultative) pour masquer l'utilisateur courant, modifier l'option "hide_user" de +4. (facultatif) pour masquer l'utilisateur courant, modifier l'option "hide_user" de ``` - .config/powerline/themes/shell/default.json + ~/.config/powerline/themes/shell/default.json ``` -5. installer l'outil [powerline-gitstatus](https://github.com/jaspernbrouwer/powerline-gitstatus) via gestionnaire de paquet (ou pip) +5. installer l'outil [powerline-gitstatus](https://github.com/jaspernbrouwer/powerline-gitstatus) via pip !!!! COMMANDE UTILE pour actualiser la ligne de commande une fois le dépôt cloné (et après modifications aux fichiers de configuration): ```