#!/bin/bash

cp -r --update=none /etc/xdg/userspawn/dinit.d "${XDG_CONFIG_HOME:-$HOME/.config}/"

exec dinit --user
