From a934f76c47796e9aa4805604c013f411362173df Mon Sep 17 00:00:00 2001 From: saundersp Date: Fri, 17 Oct 2025 20:00:08 +0200 Subject: [PATCH] Added get_configs.sh script --- get_configs.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 get_configs.sh diff --git a/get_configs.sh b/get_configs.sh new file mode 100755 index 0000000..484c401 --- /dev/null +++ b/get_configs.sh @@ -0,0 +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