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