Skip to content

Instantly share code, notes, and snippets.

@chadrien
Last active July 18, 2021 17:08
Show Gist options
  • Save chadrien/51163a8806f2177731b4bf9712d1d87c to your computer and use it in GitHub Desktop.
Save chadrien/51163a8806f2177731b4bf9712d1d87c to your computer and use it in GitHub Desktop.
Shadow choco/scoop
# Core
scoop install git
scoop bucket add extras
scoop bucket add games
scoop bucket add chadrien https://github.com/chadrien/scoop.git
scoop bucket add Ash258 https://github.com/Ash258/Scoop-Ash258.git
scoop update
# Utils
scoop install googlechrome
scoop install discord
scoop install wincompose
scoop install nvidia-geforce-experience
# Games
scoop install steam
scoop install EpicGamesLauncher
# league of legends
scoop install blitz
scoop install minecraft
# battle.net
scoop install mtg-arena
scoop install mtgo
<?xml version="1.0" encoding="utf-8"?>
<packages>
<!-- utils -->
<package id="googlechrome" />
<package id="discord" />
<package id="wincompose" />
<package id="geforce-experience" />
<!-- games -->
<package id="steam" />
<package id="epicgameslauncher" />
<package id="leagueoflegends" />
<package id="minecraft" />
<package id="battle.net" />
</packages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment