Add doom to config files sync'd

This commit is contained in:
Evie Litherland-Smith 2023-10-20 17:00:23 +01:00
parent 54bcb66a8d
commit 5d429868b9

View file

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