Add copy script to sync to live dotfiles folder

This commit is contained in:
Stephan Raabe
2023-11-20 17:49:06 +01:00
parent f8d647da94
commit 681468621b
2 changed files with 13 additions and 0 deletions

2
.dev/copy.sh Normal file
View File

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