diff --git a/README.md b/README.md index da98054..f3c4d4e 100644 --- a/README.md +++ b/README.md @@ -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: ```sh chsh -s $(which zsh)