Update copy and excludes script

This commit is contained in:
Stephan Raabe 2023-11-21 18:40:24 +01:00
parent 31de29ff3b
commit fe9c69d24d
3 changed files with 6 additions and 3 deletions

4
.dev/copy.sh Normal file → Executable file
View File

@ -1,2 +1,2 @@
#!/bin/bash
rsync -a --exclude-from=excludes.txt ../ ~/dotfiles/
#!/bin/sh
rsync -av --exclude-from=excludes.txt ../ ~/dotfiles/

View File

@ -8,4 +8,7 @@ LICENSE
install.sh
monitor.conf
keyboard.conf
keyboard.py
keyboard.py
animation.conf
decoration.conf
window.conf

0
text.txt Normal file
View File