@ -9,7 +9,15 @@ dpkg -i Alacri*
## bspwm
## sxhkd
## zsh
TODO needs some font
Install Hack Nerd Font from here [https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hack]
```sh
unzip Hack*
cd ttf
cp ./* ~/.local/share/fonts/
fc-cache -f -v
fc-list | grep "Hack"
```
to permamently switch shell to zsh:
chsh -s $(which zsh)