Upload from GitHub

This commit is contained in:
2025-02-28 11:41:18 +01:00
commit c1afb50799
302 changed files with 37418 additions and 0 deletions

6
setupVSCodium.sh Normal file
View File

@@ -0,0 +1,6 @@
file="./laptopConfig/vscode-extensions"
while read line; do
vscodium --install-extension "${line}"
done < "${file}"
echo "==> Done!"