From d81d400960905bebbc8ac1a2256cc21db27e2cb5 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 22 Feb 2020 11:56:17 +0100 Subject: [PATCH] Install powerline fonts --- org/config/installation.org | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/org/config/installation.org b/org/config/installation.org index 9e59926..6602f40 100644 --- a/org/config/installation.org +++ b/org/config/installation.org @@ -44,6 +44,7 @@ - [[#install-packages-from-git][Install packages from git]] - [[#polybar-battery][Polybar Battery]] - [[#revealjs][Reveal.JS]] + - [[#install-powerline-fonts][Install powerline fonts]] - [[#install-rust][Install Rust]] - [[#install-the-toolchains][Install the toolchains]] - [[#install-some-utilities][Install some utilities]] @@ -634,6 +635,20 @@ git clone https://github.com/hakimel/reveal.js.git #+END_SRC +*** Install powerline fonts + :PROPERTIES: + :CUSTOM_ID: h-b1414f66-76fa-4287-848a-6facbc09381f + :END: + I also need some powerline fonts for my terminal theme. + #+BEGIN_SRC fish + printf "\n# Install powerline fonts #####################################################\n\n" + cd ~/fromGIT + git clone https://github.com/powerline/fonts.git --depth=1 + cd fonts + ./install.sh + fc-cache -vf + #+END_SRC + ** Install Rust :PROPERTIES: :CUSTOM_ID: h-57e8af4c-93f2-4145-9c39-a5f8d1c9f012