From fe9c69d24d93931dab6437ce89b56069c33ffd49 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Tue, 21 Nov 2023 18:40:24 +0100 Subject: [PATCH] Update copy and excludes script --- .dev/copy.sh | 4 ++-- .dev/excludes.txt | 5 ++++- text.txt | 0 3 files changed, 6 insertions(+), 3 deletions(-) mode change 100644 => 100755 .dev/copy.sh create mode 100644 text.txt diff --git a/.dev/copy.sh b/.dev/copy.sh old mode 100644 new mode 100755 index 601a300..f44e86f --- a/.dev/copy.sh +++ b/.dev/copy.sh @@ -1,2 +1,2 @@ -#!/bin/bash -rsync -a --exclude-from=excludes.txt ../ ~/dotfiles/ +#!/bin/sh +rsync -av --exclude-from=excludes.txt ../ ~/dotfiles/ diff --git a/.dev/excludes.txt b/.dev/excludes.txt index 43ab8da..6c51e38 100644 --- a/.dev/excludes.txt +++ b/.dev/excludes.txt @@ -8,4 +8,7 @@ LICENSE install.sh monitor.conf keyboard.conf -keyboard.py \ No newline at end of file +keyboard.py +animation.conf +decoration.conf +window.conf diff --git a/text.txt b/text.txt new file mode 100644 index 0000000..e69de29