home/.config/systemd/user/dot-fetch.service
2020-11-10 09:58:33 -06:00

10 lines
164 B
Desktop File

# vim:ft=systemd:
[Unit]
Description=Dotfile fetch service
[Service]
ExecStart=git --git-dir=%h/.dotfiles/ --work-tree=%h fetch
[Install]
WantedBy=default.target