Reorganisation der Install Skripte
This commit is contained in:
@@ -2,10 +2,13 @@
|
||||
.PHONY: basic hypr
|
||||
|
||||
basic:
|
||||
bash install_basic_packages.sh
|
||||
bash install_basic_pcks.sh
|
||||
hypr: basic
|
||||
stow --adopt hypr
|
||||
bash hypr/.config/hypr/scripts/install_packages.sh
|
||||
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
|
||||
|
||||
@@ -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