From a0cd1d83e325c1ea8fd513241bd9c8df9340187f Mon Sep 17 00:00:00 2001 From: Thomas Briffard Date: Mon, 19 Nov 2018 19:24:30 +0000 Subject: [PATCH] =?UTF-8?q?m=C3=A0j=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit encore des corrections au Markdown --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 3bb09c1..deec5bd 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,23 @@ ### Configuration powerline -1. Installation de powerline via gestionnaire de paquet ou pip +1. Installation de [powerline](https://powerline.readthedocs.io/en/master/) via gestionnaire de paquet ou pip 2. Modification du .bashrc avec ajout de quelque chose du style : -``` -powerline-daemon -q -POWERLINE_BASH_CONTINUATION=1 -POWERLINE_BASH_SELECT=1 -. /usr/share/powerline/bindings/bash/powerline.sh -``` - + ``` + powerline-daemon -q + POWERLINE_BASH_CONTINUATION=1 + POWERLINE_BASH_SELECT=1 + . /usr/share/powerline/bindings/bash/powerline.sh + ``` 3. Cloner ce dépôt dans ~/.config/, ie -``` -cd ~/.config/\ -git clone https://git.thomasbriffard.com/Briffou/powerline.git -``` + ``` + cd ~/.config/\ + git clone https://git.thomasbriffard.com/Briffou/powerline.git + ``` 4. (facultative) pour masquer l'utilisateur courant, modifier l'option "hide_user" de -``` -.config/powerline/themes/shell/default.json -``` -5. installer l'outil powerline-gitstatus \ No newline at end of file + + ``` + .config/powerline/themes/shell/default.json + ``` +5. installer l'outil [powerline-gitstatus](https://github.com/jaspernbrouwer/powerline-gitstatus) \ No newline at end of file