Skip to content

Instantly share code, notes, and snippets.

@shmuelie
Last active December 12, 2022 03:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shmuelie/093bebee2ea0744c6148d83820f29223 to your computer and use it in GitHub Desktop.
Save shmuelie/093bebee2ea0744c6148d83820f29223 to your computer and use it in GitHub Desktop.
Setup Windows
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
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
npm install -g gulp-cli
npm install -g pa11y
npm install -g pnpm
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')
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