more apps added to most groups
This commit is contained in:
parent
618aba9e51
commit
42c01e6cef
17
setup.ps1
17
setup.ps1
@ -74,20 +74,24 @@ do {
|
||||
$apps = @( # BASE APPS
|
||||
@{name = 'Microsoft.PowerShell' },
|
||||
@{name = 'Microsoft.VisualStudioCode' },
|
||||
@{name = 'Microsoft.WindowsTerminal'},
|
||||
@{name = 'Microsoft.PowerToys' },
|
||||
@{name = 'Git.Git' },
|
||||
@{name = 'Google.Chrome' },
|
||||
@{name = 'Google.Drive' },
|
||||
@{name = 'Hugo.Hugo.Extended' },
|
||||
@{name = 'Bitwarden.Bitwarden' },
|
||||
@{name = 'Sinew.Enpass'}, # Temp until everything moved to bitwarden
|
||||
@{name = 'Plex.Plex' },
|
||||
@{name = 'Microsoft.MouseWithoutBorders'},
|
||||
@{name = 'VivaldiTechnologies.Vivaldi' },
|
||||
@{name = 'VideoLAN.VLC' },
|
||||
@{name = 'PointPlanck.FileBot' },
|
||||
@{name = 'Oracle.VirtualBox' },
|
||||
@{name = 'NordVPN.NordVPN' },
|
||||
@{name = 'Facebook.Messenger' },
|
||||
@{name = 'Microsoft.Office' }
|
||||
@{name = 'Microsoft.Office' },
|
||||
@{name = 'Malwarebytes.Malwarebytes '}
|
||||
)
|
||||
InstallTheApps $Apps
|
||||
}
|
||||
@ -95,21 +99,26 @@ do {
|
||||
$apps = @( # Game Launchers
|
||||
@{name = 'ElectronicArts.EADesktop' },
|
||||
@{name = 'Valve.Steam' },
|
||||
@{name = 'EpicGames.EpicGamesLauncher' }
|
||||
@{name = 'EpicGames.EpicGamesLauncher' },
|
||||
@{name = 'GOG.Galaxy '},
|
||||
@{name = 'Discord.Discord '}
|
||||
)
|
||||
InstallTheApps $Apps
|
||||
}
|
||||
'3' {
|
||||
$apps = @( ## DESKTOP
|
||||
@{name = 'SteelSeries.SteelSeriesEngine' },
|
||||
@{name = 'Corsair.iCUE.4' }
|
||||
@{name = 'Corsair.iCUE.5' },
|
||||
@{name = 'Asus.ArmouryCrate '},
|
||||
@{name = 'Nvidia.GeForceExperience '}
|
||||
)
|
||||
InstallTheApps $Apps
|
||||
}
|
||||
'4' {
|
||||
$apps = @( ## LAPTOP
|
||||
@{name = 'Intel.IntelDriverAndSupportAssistant' },
|
||||
@{name = '9WZDNCRFJ4MV'; source = 'msstore' } # Lenovo Vantage from MS Store
|
||||
@{name = '9WZDNCRFJ4MV'; source = 'msstore' }, # Lenovo Vantage from MS Store
|
||||
@{name = 'j5create.Driver-JUA365' } ## Not sure if this is correct yet!
|
||||
)
|
||||
|
||||
InstallTheApps $Apps
|
||||
|
Loading…
Reference in New Issue
Block a user