Browse Source

expanded README

master
marc 4 years ago
parent
commit
fcfb26a0ca
1 changed files with 9 additions and 1 deletions
  1. 10
      README.md

10
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)

Loading…
Cancel
Save