From 8b0c287f9df4b24df1eed78ec9f24dd22ce12bae Mon Sep 17 00:00:00 2001 From: saundersp Date: Tue, 27 Jan 2026 18:43:14 +0100 Subject: [PATCH] get_configs.sh : Updated file paths --- get_configs.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/get_configs.sh b/get_configs.sh index 484c401..6e80b74 100755 --- a/get_configs.sh +++ b/get_configs.sh @@ -1,7 +1,7 @@ #!/bin/sh -rsync -v mainpc:~/git/dotfiles/installer/MAINPC.config ~/git/dotfiles/installer/MAINPC.config -rsync -v streampc:~/git/dotfiles/installer/STREAMPC.config ~/git/dotfiles/installer/STREAMPC.config -rsync -v frameworklaptop:~/git/dotfiles/installer/FRAMEWORK_LAPTOP.config ~/git/dotfiles/installer/FRAMEWORK_LAPTOP.config -rsync -v asuslaptop:~/git/dotfiles/installer/ASUS_LAPTOP.config ~/git/dotfiles/installer/ASUS_LAPTOP.config -cp -v ~/Transfer\ Folder/VIRTUAL.config ~/git/dotfiles/installer/VIRTUAL.config +rsync -v mainpc:~/dotfiles/installer/MAINPC.config ~/dotfiles/installer/MAINPC.config +rsync -v streampc:~/git/dotfiles/installer/STREAMPC.config ~/dotfiles/installer/STREAMPC.config +rsync -v frameworklaptop:~/dotfiles/installer/FRAMEWORK_LAPTOP.config ~/dotfiles/installer/FRAMEWORK_LAPTOP.config +rsync -v asuslaptop:~/git/dotfiles/installer/ASUS_LAPTOP.config ~/dotfiles/installer/ASUS_LAPTOP.config +cp -v ~/Transfer\ Folder/VIRTUAL.config ~/dotfiles/installer/VIRTUAL.config