Update a bunch of configs

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-03-26 20:22:01 +01:00
parent 738f83183f
commit 052fb6bada
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
24 changed files with 474 additions and 68 deletions

View file

@ -19,5 +19,8 @@
# Synchronize notes every 15 minutes
*/15 * * * * $HOME/.local/bin/sync-notes >> $HOME/.local/log/cron.log
# Synchronize rss feeds every 10 minutes
*/10 * * * * $HOME/.local/bin/rss-sync >> $HOME/.local/log/cron.log
# Synchronize tasks every 15 minutes
*/15 * * * * $HOME/.local/bin/sync-tasks >> $HOME/.local/log/cron.log
# Synchronize rss feeds every 15 minutes
*/15 * * * * $HOME/.local/bin/rss-sync >> $HOME/.local/log/cron.log