Skip to content
Snippets Groups Projects

winget

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by mplx

    winget packages

    Edited
    winget.bat 1.70 KiB
    # initial
    winget update
    
    # base
    winget install -s winget -e -i --id=Microsoft.WindowsTerminal
    winget install -s winget -e -i --id=chrisant996.Clink
    rem clink autorun install -- -q
    winget install -s winget -e -i --id=JanDeDobbeleer.OhMyPosh
    rem https://ohmyposh.dev/docs/installation/fonts
    rem https://ohmyposh.dev/docs/installation/prompt
    winget install -s winget -e -i --id=gerardog.gsudo
    
    # utils
    winget install -s winget -e -i --id=7zip.7zip
    winget install -s winget -e -i --id=Notepad++.Notepad++
    winget install -s winget -e -i --id=Neovim.Neovim
    winget install -s winget -e -i --id=KeePassXCTeam.KeePassXC
    winget install -s winget -e -i --id=AlexandrSubbotin.Cerebro
    
    # internet
    winget install -s winget -e -i --id=eloston.ungoogled-chromium
    winget install -s winget -e -i --id=Mozilla.Thunderbird
    winget install -s winget -e -i --id=Seafile.Seafile
    
    # office
    winget install -s winget -e -i --id=SumatraPDF.SumatraPDF
    winget install -s winget -e -i --id=PDFLabs.PDFtk.Server
    winget install -s winget -e -i --id=Joplin.Joplin
    winget install -s winget -e -i --id=Obsidian.Obsidian
    
    # media
    winget install -s winget -e -i --id=VideoLAN.VLC
    
    # coding
    winget install -s winget -e -i --id=VSCodium.VSCodium
    winget install -s winget -e -i --id=Git.Git
    winget install -s winget -e -i --id=Python.Python.3.12
    winget install -s winget -e -i --id=HeidiSQL.HeidiSQL
    winget install -s winget -e -i --id=SQLite.SQLite
    winget install -s winget -e -i --id=jqlang.jq
    
    # gaming
    winget install -s winget -e -i --id=Valve.Steam
    winget install -s winget -e -i --id=Google.PlayGames.Beta
    winget install -s winget -e -i --id=Ubisoft.Connect
    winget install -s winget -e -i --id=EpicGames.EpicGamesLauncher
    winget install -s winget -e -i --id=Discord.Discord
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment