From b78b52e4bd11eefc1a3ac3d7104ad84b7f48b20d Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Fri, 29 Jul 2022 13:37:34 -0400 Subject: [PATCH] PCSX2 Config Backup - Update `doom-emacs` and `dwm-flexipatch` submodules - Add `PCSX2` config to HDD rclone script --- .config/doom-emacs | 2 +- .config/dwm-flexipatch | 2 +- .scripts/rsync_laptop_to_external_hdd.sh | 2 ++ README.org | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/doom-emacs b/.config/doom-emacs index 33c5f37..35a89bd 160000 --- a/.config/doom-emacs +++ b/.config/doom-emacs @@ -1 +1 @@ -Subproject commit 33c5f3721a704c72e49efc5960be3785d1a80b81 +Subproject commit 35a89bdfa6064e507f8848b1d162433fe92ca829 diff --git a/.config/dwm-flexipatch b/.config/dwm-flexipatch index 703e192..6e15a7f 160000 --- a/.config/dwm-flexipatch +++ b/.config/dwm-flexipatch @@ -1 +1 @@ -Subproject commit 703e192fb460319be561d7d182d1f188c1db2c84 +Subproject commit 6e15a7f4ea63f9ff081acece18e35fc6bbb79aa7 diff --git a/.scripts/rsync_laptop_to_external_hdd.sh b/.scripts/rsync_laptop_to_external_hdd.sh index 5339e1e..8068c39 100755 --- a/.scripts/rsync_laptop_to_external_hdd.sh +++ b/.scripts/rsync_laptop_to_external_hdd.sh @@ -16,6 +16,7 @@ declare -a source_dirs=( "$home_path/.config/dolphin-emu/" "$home_path/.config/retroarch/" "$home_path/.config/rpcs3/" + "$home_path/.config/PCSX2/" "$home_path/.cache/lutris/" ) declare -a target_dirs=( @@ -29,6 +30,7 @@ declare -a target_dirs=( "$backup_path/.config/dolphin-emu/" "$backup_path/.config/retroarch/" "$backup_path/.config/rpcs3/" + "$backup_path/.config/PCSX2/" "$backup_path/.cache/lutris/" ) diff --git a/README.org b/README.org index f403b21..2da6403 100644 --- a/README.org +++ b/README.org @@ -8263,6 +8263,7 @@ declare -a source_dirs=( "$home_path/.config/dolphin-emu/" "$home_path/.config/retroarch/" "$home_path/.config/rpcs3/" + "$home_path/.config/PCSX2/" "$home_path/.cache/lutris/" ) declare -a target_dirs=( @@ -8276,6 +8277,7 @@ declare -a target_dirs=( "$backup_path/.config/dolphin-emu/" "$backup_path/.config/retroarch/" "$backup_path/.config/rpcs3/" + "$backup_path/.config/PCSX2/" "$backup_path/.cache/lutris/" )