#!/bin/sh

# script/service: Setup user systemd scripts

set -e

cd "$(dirname "$0")/.."

echo "==> Setting up systemd user services"
cp service/*.service $HOME/.config/systemd/user/

