10 lines
164 B
Desktop File
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
|