Reorganisation der Install Skripte
This commit is contained in:
@@ -2,10 +2,13 @@
|
|||||||
.PHONY: basic hypr
|
.PHONY: basic hypr
|
||||||
|
|
||||||
basic:
|
basic:
|
||||||
bash install_basic_packages.sh
|
bash install_basic_pcks.sh
|
||||||
hypr: basic
|
hypr: basic
|
||||||
stow --adopt hypr
|
stow hypr
|
||||||
bash hypr/.config/hypr/scripts/install_packages.sh
|
bash install_hypr_pcks.sh
|
||||||
bash hypr/.config/hypr/scripts/ensure-env.sh
|
bash hypr/.config/hypr/scripts/ensure-env.sh
|
||||||
bash hypr/.config/hypr/scripts/portal-host-override.sh
|
bash hypr/.config/hypr/scripts/portal-host-override.sh
|
||||||
bash hypr/.config/hypr/scripts/fix_dolphin_file_associations.sh
|
bash hypr/.config/hypr/scripts/fix_dolphin_file_associations.sh
|
||||||
|
kreation: basic
|
||||||
|
stow kreation
|
||||||
|
bash install_skripte/install_kreation_pcks.sh
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
sudo pacman -S \
|
||||||
|
reaper \
|
||||||
|
guitarix \
|
||||||
|
kdenlive \
|
||||||
|
yabridge \
|
||||||
|
yabridgectl \
|
||||||
|
obs-studio \
|
||||||
|
surge-xt \
|
||||||
|
lsp-plugins \
|
||||||
|
calf \
|
||||||
|
dragonfly-reverb
|
||||||
Reference in New Issue
Block a user