Sync emacs config to remote machines

This commit is contained in:
Evie Litherland-Smith 2023-10-23 17:36:40 +01:00
parent 8df2109247
commit bd6ea9898f

View file

@ -210,7 +210,7 @@
}
rsync-local-config () {
HOST=$1
for TARGET in bat git doom starship.toml; do
for TARGET in bat emacs git starship.toml; do
SOURCE="${config.xdg.configHome}/$TARGET"
TMP_TARGET=/tmp/config-$TARGET
TMP_SOURCE=$TMP_TARGET