mirror of
https://github.com/kuhyx/scripts.git
synced 2026-07-04 16:43:13 +02:00
6 lines
133 B
Bash
6 lines
133 B
Bash
|
|
#!/bin/sh
|
||
|
|
sudo pacman -S --needed ttf-dejavu noto-fonts ttf-font-awesome
|
||
|
|
cp -r i3blocks ~/.config/
|
||
|
|
cp -r i3 ~/.config/
|
||
|
|
i3-msg reload
|