15 lines
432 B
Makefile
15 lines
432 B
Makefile
# setup ist ein Kommando-Target (keine Datei) und soll immer ausgeführt werden.
|
|
.PHONY: basic hypr
|
|
|
|
basic:
|
|
bash install_basic_pcks.sh
|
|
hypr: basic
|
|
stow hypr
|
|
bash install_hypr_pcks.sh
|
|
bash hypr/.config/hypr/scripts/ensure-env.sh
|
|
bash hypr/.config/hypr/scripts/portal-host-override.sh
|
|
bash hypr/.config/hypr/scripts/fix_dolphin_file_associations.sh
|
|
kreation: basic
|
|
stow kreation
|
|
bash install_skripte/install_kreation_pcks.sh
|