Skip to content

Instantly share code, notes, and snippets.

@mrowrpurr
Last active July 4, 2025 08:03
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

Wow, in the years since I created this gist, winget has come a LONG way.

The sudo command is now part of Windows.

Heck, we even have a terminal edit text editor.

This now simply represents some common lists of packages I tend to install :)

Browsers

Mozilla.Firefox
Google.Chrome

Happiness

Spotify.Spotify

Messaging

Telegram.TelegramDesktop
SlackTechnologies.Slack
Discord.Discord

Terminal

Microsoft.Edit
Microsoft.PowerShell

Customize PowerShell

New-Item -Path $profile -Type File -Force
edit $profile

Set-PSReadLineOption -EditMode Emacs
Set-PSReadlineOption -BellStyle None

Customize Terminal

  • Close all instances of Windows Terminal
  • Open Windows Terminal
  • Set Default profile to PowerShell
  • Update PowerShell command line: "C:\Program Files\PowerShell\7\pwsh.exe" -NoLogo
JanDeDobbeleer.OhMyPosh
oh-my-posh font install

{
    "profiles":
    {
        "defaults":
        {
            "font":
            {
                "face": "MesloLGM Nerd Font"
            }
        }
    }
}

edit $profile
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/amro.omp.json" | Invoke-Expression

Optionally, shaders.

Graphics

CharlesMilette.TranslucentTB

AMD Adrenaline has no winget or msstore package:
https://www.amd.com/en/support/download/drivers.html

File Management

7zip.7zip
Dropbox.Dropbox
Google.GoogleDrive

Productivity

Trello is not currently on winget but is on Microsoft Store
https://apps.microsoft.com/detail/9NBLGGH4XXVW?hl=en-us&gl=US&ocid=pdpshare

JackieLiu.NotepadsApp
Notion.Notion
Doist.Todoist
Formagrid.Airtable

Habitify: Habit Tracker 9NZWVWRQMCLK Unknown msstore

AI

ChatGPT is not currently on winget but is on Microsoft Store
https://apps.microsoft.com/detail/9NT1R1C2HH7J?hl=en-us&gl=US&ocid=pdpshare

Same with Perplexity
https://apps.microsoft.com/detail/XP8JNQFBQH6PVF?hl=en-US&gl=US&ocid=pdpshare

5ire is not available in any package manager, so install manually
https://5ire.app/

Anthropic.Claude

Infrastructure

Docker.DockerDesktop

Web

Postman.Postman
Bruno.Bruno

Coding

  • Download VS Code (so we can configure Explorer shell extensions)
Git.Git
GitHub.GitHubDesktop

Node.js

Volta.Volta

Python

astral-sh.uv

C++

LLVM.LLVM
Microsoft.VisualStudio.2022.Community

GCP

Google.CloudSDK

Utilities

Images

GIMP.GIMP
ImageMagick.ImageMagick

Video

OBSProject.OBSStudio
MoritzBunkus.MKVToolNix

Audio

Audacity.Audacity
:: WinGet
winget install 7zip.7zip
winget install AutoHotkey.AutoHotkey
winget install GnuPG.Gpg4win
winget install BotProductions.IconViewer
winget install MoritzBunkus.MKVToolNix
winget install ModOrganizer2.modorganizer
winget install NexusMods.Vortex
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
==================
:: 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment