Add copy script to sync to live dotfiles folder
This commit is contained in:
parent
f8d647da94
commit
681468621b
2
.dev/copy.sh
Normal file
2
.dev/copy.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
rsync -a --exclude-from=excludes.txt ../ ~/dotfiles/
|
11
.dev/excludes.txt
Normal file
11
.dev/excludes.txt
Normal file
@ -0,0 +1,11 @@
|
||||
.gitignore
|
||||
.git
|
||||
.install
|
||||
.dev
|
||||
README.md
|
||||
CHANGELOG
|
||||
LICENSE
|
||||
install.sh
|
||||
monitor.conf
|
||||
keyboard.conf
|
||||
keyboard.py
|
Loading…
Reference in New Issue
Block a user