|
|
@ -15,11 +15,12 @@ tic -xe alacritty,alacritty-direct alacritty.info |
|
|
|
## bspwm |
|
|
|
## sxhkd |
|
|
|
## zsh |
|
|
|
Install Hack Nerd Font from here [https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hack] |
|
|
|
Install Hack Nerd Font from here https://github.com/ryanoasis/nerd-fonts/releases/ |
|
|
|
```sh |
|
|
|
unzip Hack* |
|
|
|
cd ttf |
|
|
|
cp ./* ~/.local/share/fonts/ |
|
|
|
Fonts wählen, die man nutzen will und nach |
|
|
|
~/.local/share/fonts/ |
|
|
|
koopieren |
|
|
|
fc-cache -f -v |
|
|
|
fc-list | grep "Hack" |
|
|
|
``` |
|
|
|