From a5ac357f7502cd4f229736561fc4135c302582ee Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 25 Nov 2017 20:08:58 +0100 Subject: [PATCH 1/4] Add script to sync all repos --- sync-all-repos | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 sync-all-repos diff --git a/sync-all-repos b/sync-all-repos new file mode 100755 index 0000000..b21e0ee --- /dev/null +++ b/sync-all-repos @@ -0,0 +1,16 @@ +#!/bin/sh + +set -e + +for repo in ~/.ctt \ + ~/vcs/notes/ \ + ~/vcs/ungleich-administrativ/ \ + ~/vcs/mindmap/ \ + ~/.password-store \ + ; do + cd $repo + git add . + git commit -m "updated by $0" + git pull + git push +done From 78a98083f8ff0848cfd3e9c6cc68e4b74a8b861b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 25 Nov 2017 23:03:30 +0100 Subject: [PATCH 2/4] Update sync script --- sync-all-repos | 5 +++-- x-auto | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sync-all-repos b/sync-all-repos index b21e0ee..c4ecbe9 100755 --- a/sync-all-repos +++ b/sync-all-repos @@ -4,13 +4,14 @@ set -e for repo in ~/.ctt \ ~/vcs/notes/ \ - ~/vcs/ungleich-administrativ/ \ ~/vcs/mindmap/ \ + ~/vcs/ungleich-administrativ/ \ ~/.password-store \ ; do + echo $repo cd $repo git add . - git commit -m "updated by $0" + git commit -m "updated by $0" || true git pull git push done diff --git a/x-auto b/x-auto index 4c44e52..3e7516b 100755 --- a/x-auto +++ b/x-auto @@ -5,7 +5,7 @@ if [ "$#" -lt 1 ]; then set -- "$@" above fi -primary=eDP-1 +primary=eDP1 # position: something xrandr understands position=$1; shift From 76290d1dad2793aa8838691734d876274c75b3fb Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 26 Nov 2017 14:37:30 +0100 Subject: [PATCH 3/4] Time to algolab exam --- until-event | 1 + 1 file changed, 1 insertion(+) diff --git a/until-event b/until-event index 0bb81ee..ba7200c 100755 --- a/until-event +++ b/until-event @@ -12,6 +12,7 @@ arrival="2017-01-24"; event="Algolabs exam" arrival="2017-01-30"; event="Algolabs exam 2" arrival="2017-02-07"; event="syssec" arrival="2017-08-21"; event="cil" +arrival="2018-02-02"; event="algolab-1" export arrival event From 25e274222f754099ca084f2e69d8898c8825a1a8 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 27 Nov 2017 15:31:39 +0100 Subject: [PATCH 4/4] Use securemail in hole_mails --- hole_mails | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hole_mails b/hole_mails index 72e1116..06c2e05 100755 --- a/hole_mails +++ b/hole_mails @@ -1,7 +1,7 @@ #!/bin/sh # Tue Jul 18 15:13:45 CEST 2017 -#securemail +securemail #fetchmail mbsync -a