diff --git a/scripts/Arch/Collections/personal.sh b/scripts/Arch/Collections/personal.sh index 781ff6ac..77161f9d 100755 --- a/scripts/Arch/Collections/personal.sh +++ b/scripts/Arch/Collections/personal.sh @@ -168,14 +168,18 @@ yay --noconfirm -Syu \ python-docutils \ esbonio \ powershell-bin \ + godot-mono-bin \ ; -yay --noconfirm -Syu \ +for editor in \ vscodium-bin \ vscodium-insiders-bin \ visual-studio-code-bin \ - visual-studio-code-insiders-bin \ - godot-mono-bin; + visual-studio-code-insiders-bin +do + yay --noconfirm -Syu $editor; + yay --noconfirm -Rs "$editor-debug"; +done; { echo "--touch-events";