Add folder and script

This commit is contained in:
Stephan Raabe 2023-11-20 10:34:44 +01:00
parent 4146ed0177
commit 411d051736
3 changed files with 14 additions and 0 deletions

2
.dev/copy.sh Executable file
View File

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

11
.dev/excludes.txt Normal file
View File

@ -0,0 +1,11 @@
.gitignore
.git
.install
.dev
README.md
CHANGELOG
LICENSE
install.sh
monitor.conf
keyboard.conf
keyboard.py

View File

@ -1,6 +1,7 @@
.gitignore
.git
.install
.dev
README.md
CHANGELOG
LICENSE