dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit b3929c2a9734c0bb691e66403edeca4bfa7aa5d8
parent 2d531be8d8f2942c1829149258bb768eb2f4b872
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 25 Nov 2020 09:13:47 +0100

add calendar sync script

Diffstat:
A.local/bin/calendar.sh | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.local/bin/calendar.sh b/.local/bin/calendar.sh @@ -0,0 +1,5 @@ +#!/bin/sh +set -e +rsync -a adamsgaard.dk:~/.calendar ~ +$EDITOR ~/.calendar/calendar +rsync -a ~/.calendar adamsgaard.dk:~