From 78a98083f8ff0848cfd3e9c6cc68e4b74a8b861b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 25 Nov 2017 23:03:30 +0100 Subject: [PATCH] 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