From fcfb26a0ca2a2d1b9e31d4d5b4e99ccafc60439c Mon Sep 17 00:00:00 2001 From: marc Date: Sat, 2 Nov 2019 13:02:48 +0100 Subject: [PATCH] expanded README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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)