Skip to content

Instantly share code, notes, and snippets.

@mrowrpurr
Last active November 8, 2025 23:26
Show Gist options
  • Select an option

  • Save mrowrpurr/21cbb5a44fb6e60d349a044cead3365b to your computer and use it in GitHub Desktop.

Select an option

Save mrowrpurr/21cbb5a44fb6e60d349a044cead3365b to your computer and use it in GitHub Desktop.
Mrowr Purr's New PC Setup

Browsers

Mozilla.Firefox
Google.Chrome

Happiness

Spotify.Spotify (without sudo)

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:
9NBLGGH4XXVW

Neovim.Neovim.Nightly (`--ignore-security-hash`)
JackieLiu.NotepadsApp
Notion.Notion
Doist.Todoist
Formagrid.Airtable
Obsidian.Obsidian

Habitify: Habit Tracker 9NZWVWRQMCLK Unknown msstore

AI

Anthropic.ClaudeCode
Anthropic.Claude

9NT1R1C2HH7J (ChatGPT)
OpenAI.Codex

XP8JNQFBQH6PVF (Perplexity)

Infrastructure

Docker.DockerDesktop

Web

Insomnia.Insomnia
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

Gaming

Valve.Steam
GOG.Galaxy
EpicGames.EpicGamesLauncher

Twitch

AutoHotkey.AutoHotkey (_for `!song` command_)
streamerbot.streamerbot
Microsoft.Sysinternals.ZoomIt
:: WinGet
winget install GnuPG.Gpg4win
winget install BotProductions.IconViewer
winget install MoritzBunkus.MKVToolNix
winget install ModOrganizer2.modorganizer
winget install NexusMods.Vortex
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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment