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 :)
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 :)
Mozilla.Firefox
Google.Chrome
Spotify.Spotify
Telegram.TelegramDesktop
SlackTechnologies.Slack
Discord.Discord
Microsoft.Edit
Microsoft.PowerShell
New-Item -Path $profile -Type File -Force
edit $profile
Set-PSReadLineOption -EditMode Emacs
Set-PSReadlineOption -BellStyle None
Default profile
to PowerShell
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.
CharlesMilette.TranslucentTB
AMD Adrenaline has no
winget
ormsstore
package:
https://www.amd.com/en/support/download/drivers.html
7zip.7zip
Dropbox.Dropbox
Google.GoogleDrive
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
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
Docker.DockerDesktop
Postman.Postman
Bruno.Bruno
Git.Git
GitHub.GitHubDesktop
Volta.Volta
astral-sh.uv
LLVM.LLVM
Microsoft.VisualStudio.2022.Community
Google.CloudSDK
GIMP.GIMP
ImageMagick.ImageMagick
OBSProject.OBSStudio
MoritzBunkus.MKVToolNix
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 |