Merge branch 'feature60' into 'main'

Resolve "Add .dev folder with scripts to sync dev environment with dotfiles folder"

Closes #60

See merge request stephan-raabe/dotfiles!34
This commit is contained in:
Stephan Raabe 2023-11-20 15:03:22 +00:00
commit 147c7c4883
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