scripts/install.sh

6 lines
136 B
Bash
Raw Normal View History

2024-11-15 13:04:36 +01:00
#!/bin/sh
sudo pacman -S --needed ttf-dejavu noto-fonts ttf-font-awesome bc
2024-11-15 13:04:36 +01:00
cp -r i3blocks ~/.config/
cp -r i3 ~/.config/
i3-msg reload