more apps added to most groups
This commit is contained in:
parent
618aba9e51
commit
42c01e6cef
19
setup.ps1
19
setup.ps1
@ -74,20 +74,24 @@ do {
|
|||||||
$apps = @( # BASE APPS
|
$apps = @( # BASE APPS
|
||||||
@{name = 'Microsoft.PowerShell' },
|
@{name = 'Microsoft.PowerShell' },
|
||||||
@{name = 'Microsoft.VisualStudioCode' },
|
@{name = 'Microsoft.VisualStudioCode' },
|
||||||
|
@{name = 'Microsoft.WindowsTerminal'},
|
||||||
@{name = 'Microsoft.PowerToys' },
|
@{name = 'Microsoft.PowerToys' },
|
||||||
@{name = 'Git.Git' },
|
@{name = 'Git.Git' },
|
||||||
@{name = 'Google.Chrome' },
|
@{name = 'Google.Chrome' },
|
||||||
@{name = 'Google.Drive' },
|
@{name = 'Google.Drive' },
|
||||||
@{name = 'Hugo.Hugo.Extended' },
|
@{name = 'Hugo.Hugo.Extended' },
|
||||||
@{name = 'Bitwarden.Bitwarden' },
|
@{name = 'Bitwarden.Bitwarden' },
|
||||||
|
@{name = 'Sinew.Enpass'}, # Temp until everything moved to bitwarden
|
||||||
@{name = 'Plex.Plex' },
|
@{name = 'Plex.Plex' },
|
||||||
|
@{name = 'Microsoft.MouseWithoutBorders'},
|
||||||
@{name = 'VivaldiTechnologies.Vivaldi' },
|
@{name = 'VivaldiTechnologies.Vivaldi' },
|
||||||
@{name = 'VideoLAN.VLC' },
|
@{name = 'VideoLAN.VLC' },
|
||||||
@{name = 'PointPlanck.FileBot' },
|
@{name = 'PointPlanck.FileBot' },
|
||||||
@{name = 'Oracle.VirtualBox' },
|
@{name = 'Oracle.VirtualBox' },
|
||||||
@{name = 'NordVPN.NordVPN' },
|
@{name = 'NordVPN.NordVPN' },
|
||||||
@{name = 'Facebook.Messenger' },
|
@{name = 'Facebook.Messenger' },
|
||||||
@{name = 'Microsoft.Office' }
|
@{name = 'Microsoft.Office' },
|
||||||
|
@{name = 'Malwarebytes.Malwarebytes '}
|
||||||
)
|
)
|
||||||
InstallTheApps $Apps
|
InstallTheApps $Apps
|
||||||
}
|
}
|
||||||
@ -95,22 +99,27 @@ do {
|
|||||||
$apps = @( # Game Launchers
|
$apps = @( # Game Launchers
|
||||||
@{name = 'ElectronicArts.EADesktop' },
|
@{name = 'ElectronicArts.EADesktop' },
|
||||||
@{name = 'Valve.Steam' },
|
@{name = 'Valve.Steam' },
|
||||||
@{name = 'EpicGames.EpicGamesLauncher' }
|
@{name = 'EpicGames.EpicGamesLauncher' },
|
||||||
|
@{name = 'GOG.Galaxy '},
|
||||||
|
@{name = 'Discord.Discord '}
|
||||||
)
|
)
|
||||||
InstallTheApps $Apps
|
InstallTheApps $Apps
|
||||||
}
|
}
|
||||||
'3' {
|
'3' {
|
||||||
$apps = @( ## DESKTOP
|
$apps = @( ## DESKTOP
|
||||||
@{name = 'SteelSeries.SteelSeriesEngine' },
|
@{name = 'SteelSeries.SteelSeriesEngine' },
|
||||||
@{name = 'Corsair.iCUE.4' }
|
@{name = 'Corsair.iCUE.5' },
|
||||||
|
@{name = 'Asus.ArmouryCrate '},
|
||||||
|
@{name = 'Nvidia.GeForceExperience '}
|
||||||
)
|
)
|
||||||
InstallTheApps $Apps
|
InstallTheApps $Apps
|
||||||
}
|
}
|
||||||
'4' {
|
'4' {
|
||||||
$apps = @( ## LAPTOP
|
$apps = @( ## LAPTOP
|
||||||
@{name = 'Intel.IntelDriverAndSupportAssistant' },
|
@{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
|
InstallTheApps $Apps
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user