Skip to content

Chocolatey scripts for installing, updating, and performing other application operations.

Notifications You must be signed in to change notification settings

slobo80/ChocolateyScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChocolateyScripts

Chocolatey scripts for installing, updating, and performing other application operations.

Fresh machine install requires:

  1. Open powershell

  2. Enable powershell scripts to execute

    Set-ExecutionPolicy -ExecutionPolicy Bypass`
  3. Install Chocolatey

    iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
  4. Clone the repo

    git clone https://github.com/slobo80/ChocolateyScripts.git
  5. Rename packages-home.config OR packages-work.config to packages.config. They contain the list of apps to install

  6. Disable Chocolatey warning

    choco feature enable -n=allowGlobalConfirmation
  7. Install apps

    install.ps1

About

Chocolatey scripts for installing, updating, and performing other application operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published