diff --git a/setup.sh b/setup.sh index 817889c..33843eb 100644 --- a/setup.sh +++ b/setup.sh @@ -1,10 +1,20 @@ #!/bin/ash + +### run as root + apk update # Wayland, Labwc, DBus and Foot-Terminal -apk add wayland labwc foot dbus +apk add wayland labwc foot xterm dbus apk add seatd rc-update add seatd rc-service seatd start -adduser USER seat \ No newline at end of file +adduser USER seat + +apk add cargo wayland-dev libxkbcommon-dev + +cargo install wdotool + +echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> ~/.profile +source ~/.profile \ No newline at end of file