From 52aae45fdd9d9efa0a95f2beec16bcab24a4f9ab Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Wed, 1 Oct 2025 13:27:37 +0200 Subject: [PATCH] Rename sync to bigbox and remove entries other than lazygit --- sync-bigbox.yml | 3 +++ sync.yml | 27 --------------------------- 2 files changed, 3 insertions(+), 27 deletions(-) create mode 100644 sync-bigbox.yml delete mode 100644 sync.yml diff --git a/sync-bigbox.yml b/sync-bigbox.yml new file mode 100644 index 0000000..163f627 --- /dev/null +++ b/sync-bigbox.yml @@ -0,0 +1,3 @@ +- source: lazygit + target: ~/AppData/Local/lazygit + delete: true diff --git a/sync.yml b/sync.yml deleted file mode 100644 index c95f2f6..0000000 --- a/sync.yml +++ /dev/null @@ -1,27 +0,0 @@ -- source: r2modmanPlus-local - target: ~/AppData/Roaming/r2modmanPlus-local - delete: true -- source: Terminal/alacritty - target: ~/AppData/Roaming/alacritty - delete: true -- source: Terminal/.wezterm.lua - target: ~/.wezterm.lua - delete: true -- source: lazygit - target: ~/AppData/Local/lazygit - delete: true -- source: AltSnap.ini - target: ~/scoop/apps/altsnap/current/AltSnap.ini - delete: true -- source: RTSS - target: C:\Program Files (x86)\RivaTuner Statistics Server\Profiles - delete: true -- source: RTSS - target: ~/scoop/apps/rtss/current/Profiles - delete: true -- source: Everything.ini - target: ~/scoop/apps/everything/current/Everything.ini - delete: true -- source: AIMP - target: ~/AppData/Roaming/AIMP - delete: true \ No newline at end of file