mirror of
https://github.com/kuhyx/scripts.git
synced 2026-07-04 17:43:13 +02:00
feat: simple installation script
This commit is contained in:
parent
5dbfd697d6
commit
65a73b34c2
6
install.sh
Executable file
6
install.sh
Executable 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
|
||||
Loading…
Reference in New Issue
Block a user