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