Add emacs/templates to rsync-local-config
This commit is contained in:
parent
8e0bb95c63
commit
2bffd69c9e
|
@ -52,7 +52,7 @@
|
||||||
}
|
}
|
||||||
rsync-local-config () {
|
rsync-local-config () {
|
||||||
HOST=$1
|
HOST=$1
|
||||||
for TARGET in bat git emacs/init.el starship.toml; do
|
for TARGET in bat git emacs/init.el emacs/templates starship.toml; do
|
||||||
SOURCE="${config.xdg.configHome}/$TARGET"
|
SOURCE="${config.xdg.configHome}/$TARGET"
|
||||||
TMP_TARGET=/tmp/rsync-local-config
|
TMP_TARGET=/tmp/rsync-local-config
|
||||||
TMP_SOURCE=$TMP_TARGET
|
TMP_SOURCE=$TMP_TARGET
|
||||||
|
|
Loading…
Reference in a new issue