1
0
Fork 0
env/.install/desktop.sh

36 lines
504 B
Bash
Raw Normal View History

2018-10-09 20:36:55 +08:00
#!/bin/sh
set -e
echo
echo "Installing sway and dependencies..."
2018-10-09 20:36:55 +08:00
echo
apk add --no-cache \
dbus \
eudev \
libinput \
xf86-video-intel \
xorg-server-xwayland \
sway@testing \
sway-doc@testing \
dmenu \
2018-11-01 00:24:06 +08:00
rxvt-unicode \
2018-10-09 20:36:55 +08:00
ttf-ubuntu-font-family \
ttf-opensans@community
2018-11-01 00:24:06 +08:00
rc-update add udev
rc-update add dbus
apk add --no-cache \
alsa-utils \
alsa-utils-doc \
alsa-lib \
alsaconf \
pulseaudio \
pulseaudio-doc@community \
pulseaudio-libs \
pulseaudio-alsa@community
rc-update add alsa