Last active
July 18, 2021 17:08
-
-
Save chadrien/51163a8806f2177731b4bf9712d1d87c to your computer and use it in GitHub Desktop.
Revisions
-
chadrien revised this gist
Dec 23, 2019 . 1 changed file with 0 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,3 @@ # Core scoop install git -
chadrien revised this gist
Dec 23, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ $env:SCOOP='D:\ScoopApps' [environment]::setEnvironmentVariable('SCOOP', $env:SCOOP, 'User') # Core scoop install git -
Hadrien de Cuzey revised this gist
Dec 13, 2019 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 -
Hadrien de Cuzey revised this gist
Dec 12, 2019 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 # Utils scoop install googlechrome scoop install discord -
Hadrien de Cuzey revised this gist
Dec 12, 2019 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 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 -
Hadrien de Cuzey revised this gist
Dec 12, 2019 . 1 changed file with 27 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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 -
Hadrien de Cuzey revised this gist
Dec 11, 2019 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,6 @@ <package id="steam" /> <package id="epicgameslauncher" /> <package id="leagueoflegends" /> <package id="minecraft" /> <package id="battle.net" /> </packages> -
Hadrien de Cuzey revised this gist
Dec 11, 2019 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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> -
Hadrien de Cuzey revised this gist
Dec 7, 2019 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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> -
Hadrien de Cuzey revised this gist
Dec 2, 2019 . 1 changed file with 6 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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="discord" /> <package id="wincompose" /> <package id="geforce-experience" /> <!-- games --> <package id="steam" /> <package id="epicgameslauncher" /> <package id="leagueoflegends" /> <package id="minecraft" /> </packages> -
Hadrien de Cuzey revised this gist
Dec 2, 2019 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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> -
Hadrien de Cuzey revised this gist
Dec 1, 2019 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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> -
Hadrien de Cuzey created this gist
Dec 1, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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>