diff --git a/create-cron-job.sh b/create-cron-job.sh index 8f15872..256eec6 100755 --- a/create-cron-job.sh +++ b/create-cron-job.sh @@ -1,4 +1,8 @@ #!/usr/bin/env bash set -e GIT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd) -(crontab -l 2>/dev/null; echo "* * * * * $GIT_DIR/commit.sh") | crontab - \ No newline at end of file +(crontab -l 2>/dev/null; echo "* * * * * $GIT_DIR/commit.sh") | crontab - + +############################################################################ +# NOTE: commit signing must be turned off, or not require any interaction. # +############################################################################ \ No newline at end of file diff --git a/restore.sh b/restore.sh index aa38273..aea0a54 100755 --- a/restore.sh +++ b/restore.sh @@ -12,4 +12,4 @@ cp $GIT_DIR/universal-shellrc.txt $HOME/.config/fish/conf.d/universal.fish cp -r $GIT_DIR/kitty/ $HOME/.config/ cp -r $GIT_DIR/nvim/ $HOME/.config/ mkdir $HOME/.gnupg -cp -r $GIT_DIR/gnupg/* $HOME/.gnupg/ \ No newline at end of file +cp -r $GIT_DIR/gnupg/* $HOME/.gnupg/