diff --git a/utility/systemd/deploy_systemd.sh b/utility/systemd/deploy_systemd.sh new file mode 100755 index 0000000..de730a9 --- /dev/null +++ b/utility/systemd/deploy_systemd.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +cp deskenv.service ~/.config/systemd/user/ +cp deskenv.timer ~/.config/systemd/user/ +systemctl --user enable deskenv.timer \ No newline at end of file