diff options
author | neodarz <neodarz@neodarz.net> | 2019-04-26 11:34:19 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-04-26 11:34:19 +0200 |
commit | 469e62e70891a37ec4016fcd025f979859074ef7 (patch) | |
tree | 690faf01abd10b7d6721d4e46b5dcbfd0727efb3 /cheat/.cheat/cal | |
parent | 537e727f43311bc30d93c9af645dde3450605129 (diff) | |
download | dotfiles_ascii-469e62e70891a37ec4016fcd025f979859074ef7.tar.xz dotfiles_ascii-469e62e70891a37ec4016fcd025f979859074ef7.zip |
Add moooore cheat
Diffstat (limited to '')
-rw-r--r-- | cheat/.cheat/cal | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/cheat/.cheat/cal b/cheat/.cheat/cal new file mode 100644 index 0000000..f28b348 --- /dev/null +++ b/cheat/.cheat/cal @@ -0,0 +1,26 @@ +# Auto update all agandas + +## vdirsync + +Just enable user service vdirsyncer.timer +/!\ Update 5 min after start and 15min after first vdirsync update + +## ikhal + +Create a ikhal service with the following content: + +``` +[Unit] +Description=Update khal's cache +Documentation=man:khal(1) +After=vdirsyncer.service +RefuseManualStart=true + +[Service] +ExecStart=/usr/bin/khal +Type=oneshot +StandardOutput=null + +[Install] +WantedBy=vdirsyncer.service +``` |