diff --git a/.config/systemd/user/timers.target.wants/git-auto-sync.timer b/.config/systemd/user/timers.target.wants/git-auto-sync.timer new file mode 120000 index 0000000..ee2c240 --- /dev/null +++ b/.config/systemd/user/timers.target.wants/git-auto-sync.timer @@ -0,0 +1 @@ +/home/kyren/.config/systemd/user/git-auto-sync.timer \ No newline at end of file diff --git a/scripts/git-auto-sync.sh b/scripts/git-auto-sync.sh index 2e31c9c..07f43f2 100755 --- a/scripts/git-auto-sync.sh +++ b/scripts/git-auto-sync.sh @@ -1,3 +1,5 @@ +#!/bin/bash + # Make sure my ssh key is loaded in ssh-agent for use when committing eval $(keychain --quiet --eval $HOME/.ssh/id_ed25519)