diff options
Diffstat (limited to 'INSTALL.sh')
-rwxr-xr-x | INSTALL.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |