Last active
July 18, 2021 17:08
-
-
Save chadrien/51163a8806f2177731b4bf9712d1d87c to your computer and use it in GitHub Desktop.
Shadow choco/scoop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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