Add doom to config files sync'd
This commit is contained in:
parent
54bcb66a8d
commit
5d429868b9
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue