From 08b7ea40ab115ef7154b3e7f68ef1d81c62c0e1f Mon Sep 17 00:00:00 2001 From: Wellington Augusto Ribeiro <59797383+wellingtonaribeiro@users.noreply.github.com> Date: Mon, 16 May 2022 13:56:52 -0300 Subject: [PATCH] Update install.ps1 --- install.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.ps1 b/install.ps1 index fad4e86..ea01c2c 100644 --- a/install.ps1 +++ b/install.ps1 @@ -49,6 +49,8 @@ choco feature enable -n=allowGlobalConfirmation; ,"python" ,"powerbi" ,"snagit" +,"zoomit" +,"lightshot" ,"lens") + ($pins = @("vscode")) | % { choco install $_ }; <# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" };