-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
#!/usr/bin/env bash | ||
apk update | ||
apk upgrade | ||
setup-xorg-base || true | ||
#x11 | ||
apk add xorg-server xf86-input-libinput eudev mesa-dri-gallium | ||
# xfce | ||
apk add nano firefox | ||
apk add xfce4 xfce4-terminal xfce4-screensaver lightdm-gtk-greeter adwaita-icon-theme pavucontrol | ||
apk add elogind polkit-elogind dbus wpa_supplicant networkmanager network-manager-applet pulseaudio pulseaudio-alsa | ||
# apps | ||
apk add flatpak | ||
# flatpak | ||
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo | ||
# logind and other stuff | ||
apk add elogind polkit-elogind dbus wpa_supplicant networkmanager \ | ||
bluez networkmanager-wifi networkmanager-tui librsvg fuse | ||
# pipewire | ||
apk add wireplumber pipewire pipewire-pulse pipewire-alsa pipewire-spa-bluez \ | ||
pipewire-jack pipewire-spa-tools | ||
echo -e "live\nlive\n" | passwd root | ||
rc-update add dbus | ||
rc-update add networkmanager | ||
rc-update add wpa_supplicant | ||
rc-update add lightdm | ||
rc-update add udev | ||
rc-update add elogind | ||
# laptop stuff | ||
apk add acpi cpufreqd pm-utils | ||
rc-update add cpufreqd |