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 --- systemd/linux/backup.service | 7 ------- systemd/linux/backup.timer | 9 --------- 2 files changed, 16 deletions(-) delete mode 100644 systemd/linux/backup.service delete mode 100644 systemd/linux/backup.timer (limited to 'systemd') diff --git a/systemd/linux/backup.service b/systemd/linux/backup.service deleted file mode 100644 index c1adfde..0000000 --- a/systemd/linux/backup.service +++ /dev/null @@ -1,7 +0,0 @@ -[Unit] -Description=Backup with duplicity -After=network.target - -[Service] -Type=oneshot -ExecStart=bash ${HOME}/.local/bin/backup diff --git a/systemd/linux/backup.timer b/systemd/linux/backup.timer deleted file mode 100644 index b7815d6..0000000 --- a/systemd/linux/backup.timer +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Run backup every four hours - -[Timer] -OnCalendar=*-*-* 0/4:15 -Persistent=true - -[Install] -WantedBy=timers.target -- cgit v1.2.3