Add folder and script
This commit is contained in:
parent
4146ed0177
commit
411d051736
2
.dev/copy.sh
Executable file
2
.dev/copy.sh
Executable 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
|
|
@ -1,6 +1,7 @@
|
||||||
.gitignore
|
.gitignore
|
||||||
.git
|
.git
|
||||||
.install
|
.install
|
||||||
|
.dev
|
||||||
README.md
|
README.md
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
LICENSE
|
LICENSE
|
||||||
|
|
Loading…
Reference in New Issue
Block a user