feat: simple installation script

This commit is contained in:
Krzysztof Rudnicki 2024-11-15 13:04:36 +01:00
parent 5dbfd697d6
commit 65a73b34c2

6
install.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
sudo pacman -S --needed ttf-dejavu noto-fonts ttf-font-awesome
cp -r i3blocks ~/.config/
cp -r i3 ~/.config/
i3-msg reload
reload