Skip to content

Instantly share code, notes, and snippets.

@mrowrpurr
Last active March 3, 2024 17:12
Show Gist options
  • Save mrowrpurr/21cbb5a44fb6e60d349a044cead3365b to your computer and use it in GitHub Desktop.
Save mrowrpurr/21cbb5a44fb6e60d349a044cead3365b to your computer and use it in GitHub Desktop.
Mrowr Purr's New PC Setup

Mrowr's PC Setup

  1. Update App Installer (so winget is runnable in the Terminal)

no longer supported

Instead:

Invoke-WebRequest -Uri https://aka.ms/getwinget -OutFile winget.msixbundle
Add-AppPackage -ForceApplicationShutdown .\winget.msixbundle
del .\winget.msixbundle
  1. Install Chocolatey

Run PowerShell as Administrator

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
  1. Install gsudo
winget install gerardog.gsudo

And then close that Terminal

  1. Run sudo install.bat

(runs the install script below)

  1. That's it!

  2. Install the stuff that's now automated:

:: WinGet
winget install Microsoft.PowerShell
winget install 7zip.7zip
winget install BotProductions.IconViewer
winget install ImageMagick.ImageMagick
winget install KDE.Kdenlive
winget install MoritzBunkus.MKVToolNix
winget install CherubicSoftware.SageThumbs
winget install AngusJohnson.ResourceHacker
winget install Elgato.StreamDeck
winget install VB-Audio.Voicemeeter.Banana
winget install VideoLAN.VLC
winget install OBSProject.OBSStudio
winget install AntibodySoftware.WizTree
:: Chocolatey
choco feature enable -n=allowGlobalConfirmation
choco install hxd
choco install pngquant
choco install vb-cable
choco install zoomit
:: WinGet
winget install Microsoft.PowerShell
winget install Mozilla.Firefox
winget install 7zip.7zip
winget install GIMP.GIMP
winget install AutoHotkey.AutoHotkey
winget install Dropbox.Dropbox
winget install GitHub.GitHubDesktop
winget install Audacity.Audacity
winget install GnuPG.Gpg4win
winget install BotProductions.IconViewer
winget install Hex-Rays.IDA.Free
winget install ImageMagick.ImageMagick
winget install KDE.Kdenlive
winget install Skillbrains.Lightshot
winget install LLVM.LLVM
winget install Min.Min
winget install MoritzBunkus.MKVToolNix
winget install ModOrganizer2.modorganizer
winget install NexusMods.Vortex
winget install OpenJS.NodeJS
winget install RubyInstallerTeam.RubyWithDevKit.3.1
winget install Python.Python.3.8
winget install Obsidian.Obsidian
winget install CherubicSoftware.SageThumbs
winget install AngusJohnson.ResourceHacker
winget install Elgato.StreamDeck
winget install VB-Audio.Voicemeeter.Banana
winget install VideoLAN.VLC
winget install OBSProject.OBSStudio
winget install AntibodySoftware.WizTree
winget install JetBrains.CLion
winget install Canonical.Ubuntu.2204
winget install Microsoft.VisualStudio.2022.Community
:: Chocolatey
choco feature enable -n=allowGlobalConfirmation
choco install cmake --installargs ADD_CMAKE_TO_PATH=System
choco install git.install --params "/NoShellIntegration /NoGuiHereIntegration /NoShellHereIntegration /WindowsTerminalProfile /NoAutoCrlf"
choco install vscode
choco install hxd
choco install logexpert
choco install paint.net
choco install pngquant
choco install vb-cable
choco install zoomit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment