Last active
December 12, 2022 03:24
-
-
Save shmuelie/093bebee2ea0744c6148d83820f29223 to your computer and use it in GitHub Desktop.
Setup Windows
This file contains 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
chocolatey install -y 7zip adb chocolatey-core.extension chocolatey-windowsupdate.extension discord docfx elevate.native exiftool ffmpeg fiddler Firefox gimp git.portable gradle jq mkvtoolnix msbuild-structured-log-viewer obs-virtualcam pdfsam python3 scrcpy sysinternals visualstudiocode-disableautoupdate vlc vscode vswhere adoptopenjdk audacity cpu-z hwmonitor nodejs obs-studio rufus twitch powertoys intellijidea-community |
This file contains 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
dotnet tool install -g csharpsyntaxvalidator | |
dotnet tool install -g dotnet-cleanup | |
dotnet tool install -g dotnet-depends | |
dotnet tool install -g dotnet-format | |
dotnet tool install -g dotnet-giio | |
dotnet tool install -g dotnet-mgcb | |
dotnet tool install -g dotnet-mgcb-editor | |
dotnet tool install -g dotnet-mgfxc | |
dotnet tool install -g dotnet-outdated | |
dotnet tool install -g dotnet-pr | |
dotnet tool install -g dotnet-property | |
dotnet tool install -g dotnet-script | |
dotnet tool install -g gitreleasemanager.tool | |
dotnet tool install -g gitversion.tool | |
dotnet tool install -g obfuscar.globaltool | |
dotnet tool install -g try-convert |
This file contains 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
npm install -g gulp-cli | |
npm install -g pa11y | |
npm install -g pnpm |
This file contains 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
Set-ExecutionPolicy Bypass; iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex | |
Install-Module -Name posh-git -Scope CurrentUser | |
Install-Module -Name PSVSEnv -Scope CurrentUser | |
Install-Module -Name posh-dotnet -Scope CurrentUser | |
Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" | |
Install-BinFile -Name nano -Path (Join-Path ([System.IO.Path]::GetDirectoryName([System.IO.Path]::GetDirectoryName((get-command git).Source))) 'usr\bin\nano.exe') | |
Install-BinFile -Name git-credential-manager -Path (Join-Path ([System.IO.Path]::GetDirectoryName([System.IO.Path]::GetDirectoryName((get-command git).Source))) 'mingw64\bin\git-credential-manager-core.exe') |
This file contains 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 50582LuanNguyen.NuGetPackageExplorer | |
winget install 58027.265370AB8DB33 | |
winget install 60419chengcong.IcoConverter | |
winget install Microsoft.FluentXAMLThemeEditor | |
winget install Microsoft.MicrosoftEmulator | |
winget install Microsoft.WinDbg | |
winget install Microsoft.WindowsPerformanceAnalyzer | |
winget install Microsoft.XboxDevModeCompanion | |
winget install SpectreSystemsAB.Ghostly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment