archead / ChocoMilk

A simple PowerShell Script that installs all your needed application quickly using chocolatey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChocoMilk | One-line Mass Installer

A simple PowerShell Script that installs all your needed application quickly using chocolatey

WARNING!!!

If you are running this via the Online Option below, please note that this will install all the programs included in the packages.cfg file, if you wish to install your own custom list of programs, clone this repo and edit the list.

Please note: although the script is made to remove any human comfirmation when installing the programs, some programs might still ask for a confirmation, please keep on eye out for them!

Usage

This script comes with two options:

Local Option is recommended to users who want to have their own list of programs to download

Online Option is recommended to users who are either me, or someone who uses the exact same software as me :^)

Gaming Edition is recommended to users who mainly play games on their machines.

Local Option

  1. Clone the repo
  2. Run PowerShell as admin in the repo's directory
  3. Set the execution policy to Bypass: Set-ExecutionPolicy Bypass -scope Process
  4. Edit packages.cfg, use https://community.chocolatey.org/packages for reference
  5. Copy and Run ./ChoccyMiwkLocal.ps1

Online Option

  1. Run PowerShell as admin

  2. Copy and Run:

     iex ((New-Object System.Net.WebClient).DownloadString('https://git.io/JwrhY'))
    

Gaming Edition

  1. Run PowerShell as admin

  2. Copy and Run:

     iex ((New-Object System.Net.WebClient).DownloadString('https://bit.ly/3wXY0Q4'))
    

Honorable Mentions:

A big inspiration and THE ultimate w10/11 tool that should be used along side ChocoMilk is CTT's Debloater!

(Future implementation coming Soon™)

About

A simple PowerShell Script that installs all your needed application quickly using chocolatey


Languages

Language:PowerShell 100.0%