Last active
February 6, 2026 13:49
-
-
Save KalleDK/3ace3eacc6e7d9f3a58db48dfa71ff29 to your computer and use it in GitHub Desktop.
Winget
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| winget install -e --id valinet.ExplorerPatcher | |
| winget install -e --id Git.Git | |
| winget install -e --id WinSCP.WinSCP | |
| winget install -e --id Microsoft.MouseandKeyboardCenter | |
| winget install -e --id Microsoft.VisualStudioCode | |
| winget install -e --id Microsoft.WindowsTerminal | |
| winget install -e --id Microsoft.PowerShell | |
| winget install -e --id Microsoft.PowerToys | |
| winget install -e --id Bitwarden.Bitwarden | |
| winget install -e --id Bitwarden.CLI | |
| winget install -e --id WinDirStat.WinDirStat | |
| winget install -e --id Starship.Starship | |
| winget install -e --id Valve.Steam | |
| winget install -e --id Discord.Discord | |
| winget install -e --id 7zip.7zip | |
| winget install -e --id clsid2.mpc-hc | |
| winget install -e --id VideoLAN.VLC | |
| winget install -e --id GitHub.cli | |
| winget install -e --id GitHub.GitLFS | |
| git config set --global --type bool push.autoSetupRemote true | |
| git config set --global init.defaultBranch main | |
| git config set --global core.editor "code --wait" | |
| git config set --global user.name "Kalle M. Aagaard" | |
| git config set --global user.email "git@k-moeller.dk" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment