2018-10-31 07:38:54 +01:00
|
|
|
install=sudo dnf install --assumeyes
|
2018-11-13 21:25:27 +01:00
|
|
|
copr=sudo dnf copr enable --assumeyes
|
2018-11-11 17:42:31 +01:00
|
|
|
|
|
|
|
.PHONY: all
|
2022-06-11 21:58:00 +02:00
|
|
|
all: rice kitty wal
|
2018-10-31 07:38:54 +01:00
|
|
|
|
|
|
|
.PHONY: rice
|
|
|
|
rice:
|
2018-11-28 00:28:28 +01:00
|
|
|
@${install} pop-gtk-theme pop-icon-theme breeze-cursor-theme
|
|
|
|
@../gnome/.config/gnome/extensions.sh
|
|
|
|
@../gnome/.config/gnome/antialiasing.sh
|
|
|
|
@../gnome/.config/gnome/pop-gtk-theme.sh
|
|
|
|
@../gnome/.config/gnome/breeze-cursor-theme.sh
|
2018-10-31 07:38:54 +01:00
|
|
|
|
2018-11-13 21:25:27 +01:00
|
|
|
.PHONY: kitty
|
|
|
|
kitty:
|
|
|
|
@${copr} gagbo/kitty-latest
|
|
|
|
@${install} kitty
|
|
|
|
|
2018-11-11 17:42:31 +01:00
|
|
|
.PHONY: wal
|
|
|
|
wal:
|
2018-11-14 21:12:33 +01:00
|
|
|
@pip3 install --user pywal
|