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
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo pacman -S \
|
||||
hyprland \
|
||||
hyprlauncher \
|
||||
xdg-desktop-portal-hyprland \
|
||||
hyprpolkitagent \
|
||||
pantheon-shortcut-overlay \
|
||||
waybar \
|
||||
hyprpaper \
|
||||
wpaperd \
|
||||
wev \
|
||||
hyprlock \
|
||||
hypridle \
|
||||
nwg-drawer \
|
||||
wl-clipboard \
|
||||
swaync \
|
||||
hyprshot
|
||||
|
||||
yay -S \
|
||||
hyprshutdown \
|
||||
hyprtile
|
||||
@@ -0,0 +1,22 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo pacman -S \
|
||||
firefox \
|
||||
nextcloud \
|
||||
openssh \
|
||||
yay \
|
||||
rclone \
|
||||
stow \
|
||||
cups \
|
||||
wine \
|
||||
wine-mono \
|
||||
wine-gecko \
|
||||
winetricks \
|
||||
thunderbird \
|
||||
ktouch \
|
||||
strawberry \
|
||||
ktorrent \
|
||||
python \
|
||||
python-pip \
|
||||
pipewire \
|
||||
pipewire-session-manager
|
||||
Reference in New Issue
Block a user