- Enable "Developer Mode" in Windows 10/11, gives
mklinkpermissions (System->Developer Mode or Terminal Settings) - Ensure symlinks are enabled in git with (at least) one of
- System setting: check the checkbox when installing msysgit
- Global setting:
git config --global core.symlinks true - Local setting:
git config core.symlinks true
And not overridden by a lower level config set to false.
- https://git-scm.com/download/win
- https://gpg4win.org/download.html
- https://neurotechnics.com/blog/configure-gpg-to-sign-git-commits-in-windows/
on cmd not powershell (!):
gpg --import secret.gpggit config --global user.signingkey <key>git config --global commit.gpgsign truegit config --global gpg.program "C:\Program Files\GnuPG\bin\gpg.exe"
- all contributors:
git log --format='%aN <%aE>' | LC_ALL=C.UTF-8 sort -uf - execution right on file:
git update-index --chmod=+x npm-post-build.sh - cleanup checkout:
git remote prune originplusgit gc
- https://www.python.org/downloads/windows/
- install reuse
pip install reuse - update reuse
pip install --upgrade reuse - install zizmor (GH action checker)
pip install zizmor(https://docs.zizmor.sh/quickstart/) - update zizmor
pip install --upgrade zizmor - update pip
python.exe -m pip install --upgrade pip
Run the above commands after initial app installation setup via UniGet
gradlew --write-verification-metadata sha256,pgp help --export-keysgradle --console=plain --no-build-cache --dependency-verification lenient -q --write-verification-metadata sha256,pgp dependencies --export-keysgradlew spotbugsDebug --console=plain --dependency-verification lenient -q --write-verification-metadata sha256,pgp dependencies --export-keys
drone sign nextcloud/android --save
- https://windows.php.net/download/
- https://getcomposer.org/download/
- https://github.com/coreybutler/nvm-windows / https://learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-windows
- https://gnuwin32.sourceforge.net/packages/make.htm + $PATH
- https://getgreenshot.org/downloads/
- https://winmerge.org/downloads/
- https://github.com/suzuki-shunsuke/pinact (GH action pinning)
- https://docs.zizmor.sh/quickstart/ (GH action scanning/fixing)
- Peek Screen recoder (via app store)
winget install --id Microsoft.DevHome -efor https://github.com/microsoft/devhome- Update winget, get latest
.msixbundlefrom https://github.com/microsoft/winget-cli/releases/
- https://store.serif.com/en-gb/update/windows/designer/2/
- https://store.serif.com/en-gb/update/windows/photo/2/
- https://github.com/marticliment/UniGetUI
- https://de.libreoffice.org/download/download/
- https://www.thunderbird.net/de/
- https://www.mozilla.org/de/firefox/
- https://www.google.com/intl/de_de/chrome/
- https://www.philips-hue.com/de-de/explore-hue/propositions/entertainment/sync-with-pc
- https://windirstat.net/download.html
winget install -e --id WinDirStat.WinDirStat - https://github.com/kee-org/keepassrpc/releases
- https://github.com/xatupal/KeeTheme/releases
- https://download.nextcloud.com/desktop/daily/windows/
winget install Nextcloud.Talk.Beta- https://docs.drone.io/cli/install/