Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add install command for Arch linux based distros #371

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <https://github.com/powerline/fonts/blob/master/fontconfig/50-enable-terminess-powerline.conf>`_
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``.