Skip to content

Instantly share code, notes, and snippets.

@chadrien
Last active July 18, 2021 17:08
Show Gist options
  • Select an option

  • Save chadrien/51163a8806f2177731b4bf9712d1d87c to your computer and use it in GitHub Desktop.

Select an option

Save chadrien/51163a8806f2177731b4bf9712d1d87c to your computer and use it in GitHub Desktop.

Revisions

  1. chadrien revised this gist Dec 23, 2019. 1 changed file with 0 additions and 3 deletions.
    3 changes: 0 additions & 3 deletions scoop.ps1
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,3 @@
    $env:SCOOP='D:\ScoopApps'
    [environment]::setEnvironmentVariable('SCOOP', $env:SCOOP, 'User')

    # Core
    scoop install git

  2. chadrien revised this gist Dec 23, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions scoop.ps1
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    $env:SCOOP_GLOBAL='D:\ScoopApps'
    [Environment]::SetEnvironmentVariable('SCOOP_GLOBAL', $env:SCOOP_GLOBAL, 'Machine')
    $env:SCOOP='D:\ScoopApps'
    [environment]::setEnvironmentVariable('SCOOP', $env:SCOOP, 'User')

    # Core
    scoop install git
  3. Hadrien de Cuzey revised this gist Dec 13, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions scoop.ps1
    Original file line number Diff line number Diff line change
    @@ -21,6 +21,7 @@ scoop install nvidia-geforce-experience
    scoop install steam
    scoop install EpicGamesLauncher
    # league of legends
    scoop install blitz
    scoop install minecraft
    # battle.net
    scoop install mtg-arena
  4. Hadrien de Cuzey revised this gist Dec 12, 2019. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions scoop.ps1
    Original file line number Diff line number Diff line change
    @@ -1,16 +1,16 @@
    $env:SCOOP_GLOBAL='D:\ScoopApps'
    [Environment]::SetEnvironmentVariable('SCOOP_GLOBAL', $env:SCOOP_GLOBAL, 'Machine')

    # 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

    # Core
    scoop install git

    # Utils
    scoop install googlechrome
    scoop install discord
  5. Hadrien de Cuzey revised this gist Dec 12, 2019. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions scoop.ps1
    Original file line number Diff line number Diff line change
    @@ -8,20 +8,20 @@ scoop bucket add Ash258 https://github.com/Ash258/Scoop-Ash258.git

    scoop update

    :: Core
    # Core
    scoop install git

    :: Utils
    # Utils
    scoop install googlechrome
    scoop install discord
    scoop install wincompose
    scoop install nvidia-geforce-experience

    :: Games
    # Games
    scoop install steam
    scoop install EpicGamesLauncher
    // league of legends
    # league of legends
    scoop install minecraft
    // battle.net
    # battle.net
    scoop install mtg-arena
    scoop install mtgo
  6. Hadrien de Cuzey revised this gist Dec 12, 2019. 1 changed file with 27 additions and 0 deletions.
    27 changes: 27 additions & 0 deletions scoop.ps1
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    $env:SCOOP_GLOBAL='D:\ScoopApps'
    [Environment]::SetEnvironmentVariable('SCOOP_GLOBAL', $env:SCOOP_GLOBAL, 'Machine')

    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

    :: Core
    scoop install git

    :: 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 minecraft
    // battle.net
    scoop install mtg-arena
    scoop install mtgo
  7. Hadrien de Cuzey revised this gist Dec 11, 2019. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion Shadow.packages.config
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,6 @@
    <package id="steam" />
    <package id="epicgameslauncher" />
    <package id="leagueoflegends" />
    <package id="blitz" />
    <package id="minecraft" />
    <package id="battle.net" />
    </packages>
  8. Hadrien de Cuzey revised this gist Dec 11, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Shadow.packages.config
    Original file line number Diff line number Diff line change
    @@ -9,6 +9,7 @@
    <package id="steam" />
    <package id="epicgameslauncher" />
    <package id="leagueoflegends" />
    <package id="blitz" />
    <package id="minecraft" />
    <package id="battle.net" />
    </packages>
  9. Hadrien de Cuzey revised this gist Dec 7, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Shadow.packages.config
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,5 @@
    <package id="epicgameslauncher" />
    <package id="leagueoflegends" />
    <package id="minecraft" />
    <package id="battle.net" />
    </packages>
  10. Hadrien de Cuzey revised this gist Dec 2, 2019. 1 changed file with 6 additions and 3 deletions.
    9 changes: 6 additions & 3 deletions Shadow.packages.config
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,13 @@
    <?xml version="1.0" encoding="utf-8"?>
    <packages>
    <!-- utils -->
    <package id="googlechrome" />
    <package id="steam" />
    <package id="epicgameslauncher" />
    <package id="leagueoflegends" />
    <package id="discord" />
    <package id="wincompose" />
    <package id="geforce-experience" />
    <!-- games -->
    <package id="steam" />
    <package id="epicgameslauncher" />
    <package id="leagueoflegends" />
    <package id="minecraft" />
    </packages>
  11. Hadrien de Cuzey revised this gist Dec 2, 2019. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions Shadow.packages.config
    Original file line number Diff line number Diff line change
    @@ -5,4 +5,6 @@
    <package id="epicgameslauncher" />
    <package id="leagueoflegends" />
    <package id="discord" />
    <package id="wincompose" />
    <package id="geforce-experience" />
    </packages>
  12. Hadrien de Cuzey revised this gist Dec 1, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Shadow.packages.config
    Original file line number Diff line number Diff line change
    @@ -4,4 +4,5 @@
    <package id="steam" />
    <package id="epicgameslauncher" />
    <package id="leagueoflegends" />
    <package id="discord" />
    </packages>
  13. Hadrien de Cuzey created this gist Dec 1, 2019.
    7 changes: 7 additions & 0 deletions Shadow.packages.config
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    <?xml version="1.0" encoding="utf-8"?>
    <packages>
    <package id="googlechrome" />
    <package id="steam" />
    <package id="epicgameslauncher" />
    <package id="leagueoflegends" />
    </packages>