Sync emacs config to remote machines
This commit is contained in:
parent
8df2109247
commit
bd6ea9898f
|
@ -210,7 +210,7 @@
|
||||||
}
|
}
|
||||||
rsync-local-config () {
|
rsync-local-config () {
|
||||||
HOST=$1
|
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"
|
SOURCE="${config.xdg.configHome}/$TARGET"
|
||||||
TMP_TARGET=/tmp/config-$TARGET
|
TMP_TARGET=/tmp/config-$TARGET
|
||||||
TMP_SOURCE=$TMP_TARGET
|
TMP_SOURCE=$TMP_TARGET
|
||||||
|
|
Loading…
Reference in a new issue