Update copy and excludes script
This commit is contained in:
parent
31de29ff3b
commit
fe9c69d24d
4
.dev/copy.sh
Normal file → Executable file
4
.dev/copy.sh
Normal file → Executable file
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
rsync -a --exclude-from=excludes.txt ../ ~/dotfiles/
|
||||
#!/bin/sh
|
||||
rsync -av --exclude-from=excludes.txt ../ ~/dotfiles/
|
||||
|
@ -9,3 +9,6 @@ install.sh
|
||||
monitor.conf
|
||||
keyboard.conf
|
||||
keyboard.py
|
||||
animation.conf
|
||||
decoration.conf
|
||||
window.conf
|
||||
|
Loading…
Reference in New Issue
Block a user