summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-21 17:21:55 -0400
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-21 17:43:00 -0400
commit34c71d5c91fe98276496ded1cb14362aa8028712 (patch)
tree2c0c219e8cc17e26d767f7d777d3956a0d43ed31
parentd6ce65cdd9e393231cb787852401d214aab40b07 (diff)
INSTALL.sh: Add systemd units
-rwxr-xr-xINSTALL.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.sh b/INSTALL.sh
index ab9d501..b024596 100755
--- a/INSTALL.sh
+++ b/INSTALL.sh
@@ -7,3 +7,7 @@ sudo pacman -S --needed -- \
ruby-sass \
yarn \
wget
+
+mkdir -p -- ~/.config/systemd/user/
+ln -srf -- ~/dashboard/systemd/* ~/.config/systemd/user/
+systemctl --user enable --now dashboard-daily.timer