Chocolatey scripts for installing, updating, and performing other application operations.
Fresh machine install requires:
-
Open powershell
-
Enable powershell scripts to execute
Set-ExecutionPolicy -ExecutionPolicy Bypass`
-
Install Chocolatey
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
-
Clone the repo
git clone https://github.com/slobo80/ChocolateyScripts.git
-
Rename
packages-home.configORpackages-work.configtopackages.config. They contain the list of apps to install -
Disable Chocolatey warning
choco feature enable -n=allowGlobalConfirmation
-
Install apps
install.ps1