From 596cc18e972dbab60ebbfb66d225260918360caa Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Tue, 12 Dec 2023 10:18:07 +0100 Subject: [PATCH] sync: Added Ahurac's ssh-fwd to .local/bin --- sync | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sync b/sync index 8672ce8..83316b1 100755 --- a/sync +++ b/sync @@ -38,6 +38,8 @@ synced_files = [ ("bin/mc-key-fix", "~/.local/bin/mc-key-fix"), ("bin/x11-toggle-primary-gpu", "~/.local/bin/x11-toggle-primary-gpu"), ("bin/uwu-launcher", "~/.local/bin/uwu-launcher"), + # Submodules + ("Ahurac-dotfiles/bin/ssh-fwd", "~/.local/bin/ssh-fwd"), ]