|
@ -9,7 +9,15 @@ dpkg -i Alacri* |
|
|
## bspwm |
|
|
## bspwm |
|
|
## sxhkd |
|
|
## sxhkd |
|
|
## zsh |
|
|
## 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: |
|
|
to permamently switch shell to zsh: |
|
|
```sh |
|
|
```sh |
|
|
chsh -s $(which zsh) |
|
|
chsh -s $(which zsh) |
|
|