Install powerline fonts
This commit is contained in:
parent
8b80f0b4e0
commit
d81d400960
@ -44,6 +44,7 @@
|
|||||||
- [[#install-packages-from-git][Install packages from git]]
|
- [[#install-packages-from-git][Install packages from git]]
|
||||||
- [[#polybar-battery][Polybar Battery]]
|
- [[#polybar-battery][Polybar Battery]]
|
||||||
- [[#revealjs][Reveal.JS]]
|
- [[#revealjs][Reveal.JS]]
|
||||||
|
- [[#install-powerline-fonts][Install powerline fonts]]
|
||||||
- [[#install-rust][Install Rust]]
|
- [[#install-rust][Install Rust]]
|
||||||
- [[#install-the-toolchains][Install the toolchains]]
|
- [[#install-the-toolchains][Install the toolchains]]
|
||||||
- [[#install-some-utilities][Install some utilities]]
|
- [[#install-some-utilities][Install some utilities]]
|
||||||
@ -634,6 +635,20 @@
|
|||||||
git clone https://github.com/hakimel/reveal.js.git
|
git clone https://github.com/hakimel/reveal.js.git
|
||||||
#+END_SRC
|
#+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
|
** Install Rust
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: h-57e8af4c-93f2-4145-9c39-a5f8d1c9f012
|
:CUSTOM_ID: h-57e8af4c-93f2-4145-9c39-a5f8d1c9f012
|
||||||
|
Loading…
Reference in New Issue
Block a user