Add emacs/templates to rsync-local-config

This commit is contained in:
Evie Litherland-Smith 2023-12-04 10:10:17 +00:00
parent 8e0bb95c63
commit 2bffd69c9e

View file

@ -52,7 +52,7 @@
}
rsync-local-config () {
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"
TMP_TARGET=/tmp/rsync-local-config
TMP_SOURCE=$TMP_TARGET