package install scripts
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
# setup ist ein Kommando-Target (keine Datei) und soll immer ausgeführt werden.
|
||||
.PHONY: setup
|
||||
.PHONY: basic hypr
|
||||
|
||||
setup:
|
||||
basic:
|
||||
bash install_basic_packages.sh
|
||||
hypr: basic
|
||||
stow --adopt hypr
|
||||
bash hypr/.config/hypr/scripts/install_packages.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
|
||||
|
||||
Reference in New Issue
Block a user