From f2dfde23f8157da1532a2b2e236af529fed47713 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Thu, 11 Apr 2024 16:21:15 -0500 Subject: replace janky deploy script with stow and make re-orgs all the console oriented dotfiles to be stowable makefile to deploy everything move from vimplug to native vim packages cleanup script for blowing away old symlinks --- stow/duplicity/.local/share/systemd/user/backup.service | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 stow/duplicity/.local/share/systemd/user/backup.service (limited to 'stow/duplicity/.local/share/systemd/user/backup.service') diff --git a/stow/duplicity/.local/share/systemd/user/backup.service b/stow/duplicity/.local/share/systemd/user/backup.service new file mode 100644 index 0000000..c1adfde --- /dev/null +++ b/stow/duplicity/.local/share/systemd/user/backup.service @@ -0,0 +1,7 @@ +[Unit] +Description=Backup with duplicity +After=network.target + +[Service] +Type=oneshot +ExecStart=bash ${HOME}/.local/bin/backup -- cgit v1.2.3