From 6fa9d827809305a2b6992d711071b42a38eec52c Mon Sep 17 00:00:00 2001 From: TheFlyingFool Date: Wed, 15 May 2024 09:39:40 -0500 Subject: [PATCH] Visual Studio Added to Base --- setup.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.ps1 b/setup.ps1 index f32f0af..da9fa79 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -103,6 +103,7 @@ do { @{name = 'Microsoft.WindowsTerminal'}, @{name = 'Microsoft.PowerToys' }, @{name = 'Git.Git' }, + @{name = 'Microsoft.VisualStudio.2022.Community'}, @{name = 'Google.Chrome' }, @{name = 'TorProject.TorBrowser'}, @{name = 'Google.GoogleDrive' }, @@ -118,7 +119,8 @@ do { @{name = 'NordSecurity.NordVPN' }, # @{name = 'Facebook.Messenger' }, # Cant find via winget anymore? @{name = 'Microsoft.Office' }, - @{name = 'Malwarebytes.Malwarebytes '} + @{name = 'Malwarebytes.Malwarebytes '}, + @{name = 'Google.AndroidStudio'} ) InstallTheApps $Apps