From 990a756e6823e772257ba7820818a7cd24bbebfe Mon Sep 17 00:00:00 2001 From: Brian Jing Date: Sat, 30 Oct 2021 22:34:24 +1100 Subject: [PATCH] Add install command for Arch linux based distros --- README.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 6021aff5..c21fed96 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,11 @@ be a package available to install the Powerline Fonts with the following command For fedora (tested on 28) or redhat based Linux distribution, there should also be a package available to install with the following command: :: sudo dnf install powerline-fonts - + +For Arch-based Linux distributions: +:: + sudo pacman -Sy powerline-fonts + On other environments, you can copy and paste these commands to your terminal. Comments are fine too. :: # clone @@ -90,8 +94,8 @@ __ https://github.com/Lokaltog/powerline-fonts/issues/44 Fontconfig ---------- -In some distributions, Terminess Powerline is ignored by default and must be +In some distributions, Terminess Powerline is ignored by default and must be explicitly allowed. A fontconfig file is provided which enables it. Copy `this file `_ -from the fontconfig directory to your home folder under ``~/.config/fontconfig/conf.d`` +from the fontconfig directory to your home folder under ``~/.config/fontconfig/conf.d`` (create it if it doesn't exist) and re-run ``fc-cache -vf``.