Skip to content

Instantly share code, notes, and snippets.

@ehazlett
Last active October 25, 2019 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ehazlett/2bdcddbfe20fe040e34c326ea0942f32 to your computer and use it in GitHub Desktop.
Save ehazlett/2bdcddbfe20fe040e34c326ea0942f32 to your computer and use it in GitHub Desktop.
setup-xorg-base
apk add -U \
xf86-input-libinput \
plata-theme \
ttf-hack \
firefox \
ttf-cantarell \
gnome \
gnome-terminal \
gnome-tweaks \
mkinitfs \
coreutils \
xset \
udev
echo i915 >> /etc/modules
echo fbcon >> /etc/modules
echo " -> Add kms to /etc/mkinitfs/mkinitfs.conf and then rebuild with mkinitfs"
rc-update add gdm default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment