diff --git a/home/scripts/rsync-local-config.sh b/home/scripts/rsync-local-config.sh index ff98b23f..6de26823 100755 --- a/home/scripts/rsync-local-config.sh +++ b/home/scripts/rsync-local-config.sh @@ -1,6 +1,6 @@ HOST=$1 # Config files -for TARGET in bat bottom git zellij starship.toml; do +for TARGET in bat bottom git starship.toml; do SOURCE="$HOME/.config/$TARGET" echo "--- $SOURCE ---" TMP_TARGET=/tmp/rsync-local-config