22 lines
660 B
Makefile
22 lines
660 B
Makefile
# setup ist ein Kommando-Target (keine Datei) und soll immer ausgeführt werden.
|
|
.PHONY: basic
|
|
|
|
termn:
|
|
bash _install_skripte_install_terminal_pcks.sh
|
|
stow term
|
|
basic: term
|
|
bash _install_skripte_install_basic_pcks.sh
|
|
stow nvim
|
|
bash _install_skripte/nextcloud.sh
|
|
hypr: basic
|
|
bash _install_skripte_install_hypr_pcks.sh
|
|
stow hypr
|
|
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
|
|
bash _install_skripte_install_kreation_pcks.sh
|
|
stow kreation
|
|
bunters-monster: basic hypr kreation
|
|
_install_skripte/buntes-monster-links.sh
|