Few items added to install lists
Reordered main to be more readable
This commit is contained in:
parent
0b3f702f3d
commit
c4d7875a8b
58
setup.ps1
58
setup.ps1
@ -97,37 +97,42 @@ do {
|
|||||||
|
|
||||||
|
|
||||||
switch ( $answer ) {
|
switch ( $answer ) {
|
||||||
"1" { $apps = @( # BASE APPS
|
"1" {
|
||||||
@{name = 'Microsoft.PowerShell' },
|
$apps = @( # BASE APPS
|
||||||
@{name = 'Microsoft.VisualStudioCode' },
|
|
||||||
@{name = 'Microsoft.WindowsTerminal'},
|
|
||||||
@{name = 'Microsoft.PowerToys' },
|
|
||||||
@{name = 'Git.Git' },
|
|
||||||
@{name =' ApacheFriends.Xampp.8.2'},
|
|
||||||
@{name = 'Google.Chrome' },
|
|
||||||
@{name = 'TorProject.TorBrowser'},
|
|
||||||
@{name = 'Google.GoogleDrive' },
|
|
||||||
@{name = 'Hugo.Hugo.Extended' },
|
|
||||||
@{name = 'Bitwarden.Bitwarden' },
|
|
||||||
@{name = 'Sinew.Enpass'}, # Temp until everything moved to bitwarden
|
|
||||||
@{name = 'Plex.Plex' },
|
|
||||||
@{name = 'Microsoft.MouseWithoutBorders'},
|
|
||||||
@{name = 'Vivaldi.Vivaldi' },
|
|
||||||
@{name = 'VideoLAN.VLC' },
|
|
||||||
@{name = 'PointPlanck.FileBot' },
|
|
||||||
@{name = 'Oracle.VirtualBox' },
|
|
||||||
@{name = 'NordSecurity.NordVPN' },
|
|
||||||
@{name ='OpenMedia.4KVideoDownloaderPlus'},
|
|
||||||
@{name = '7zip.7zip'},
|
@{name = '7zip.7zip'},
|
||||||
@{name = '9wzdncrf0083'}, #Facebook messenger
|
@{name = '9wzdncrf0083'}, #Facebook messenger
|
||||||
@{name = 'Microsoft.Office' },
|
@{name = 'ApacheFriends.Xampp.8.2'},
|
||||||
@{name = 'Malwarebytes.Malwarebytes '},
|
@{name = 'Bitwarden.Bitwarden'},
|
||||||
|
@{name = 'Git.Git'},
|
||||||
|
@{name = 'Google.Chrome'},
|
||||||
#@{name = 'Google.AndroidStudio'}. ## Not currently doing any android dev
|
#@{name = 'Google.AndroidStudio'}. ## Not currently doing any android dev
|
||||||
|
@{name = 'Google.GoogleDrive'},
|
||||||
|
@{name = 'GuinpinSoft.MakeMKV'},
|
||||||
|
@{name = 'Hugo.Hugo.Extended'},
|
||||||
|
@{name = 'Malwarebytes.Malwarebytes '},
|
||||||
|
@{name = 'Microsoft.MouseWithoutBorders'},
|
||||||
|
@{name = 'Microsoft.Office'},
|
||||||
|
@{name = 'Microsoft.PowerShell'},
|
||||||
|
@{name = 'Microsoft.PowerToys'},
|
||||||
|
@{name = 'Microsoft.VisualStudioCode'},
|
||||||
|
@{name = 'Microsoft.WindowsTerminal'},
|
||||||
|
@{name = 'MoritzBunkus.MKVToolNix'},
|
||||||
#@{name = 'Node.js'}, ## Was Testing Something
|
#@{name = 'Node.js'}, ## Was Testing Something
|
||||||
|
@{name = 'NordSecurity.NordVPN'},
|
||||||
|
@{name = 'OpenMedia.4KVideoDownloaderPlus'},
|
||||||
|
@{name = 'Oracle.VirtualBox'},
|
||||||
|
@{name = 'Plex.Plex'},
|
||||||
|
@{name = 'PointPlanck.FileBot'},
|
||||||
|
@{name = 'qBittorrent.qBittorrent'},
|
||||||
|
@{name = 'Sinew.Enpass'}, # Temp until everything moved to bitwarden
|
||||||
|
@{name = 'SQLite.SQLite '},
|
||||||
@{name = 'sqlitestudio.pl.SQLiteStudio'},
|
@{name = 'sqlitestudio.pl.SQLiteStudio'},
|
||||||
@{name = 'SQLite.SQLite '}
|
@{name = 'TorProject.TorBrowser'},
|
||||||
|
@{name = 'VideoLAN.VLC'},
|
||||||
|
@{name = 'Vivaldi.Vivaldi'}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
InstallTheApps $Apps
|
InstallTheApps $Apps
|
||||||
Update-Profile
|
Update-Profile
|
||||||
|
|
||||||
@ -147,7 +152,9 @@ do {
|
|||||||
@{name = 'Valve.Steam' },
|
@{name = 'Valve.Steam' },
|
||||||
@{name = 'EpicGames.EpicGamesLauncher' },
|
@{name = 'EpicGames.EpicGamesLauncher' },
|
||||||
@{name = 'GOG.Galaxy '},
|
@{name = 'GOG.Galaxy '},
|
||||||
|
#@{name = 'EQAditu.AdvancedCombatTracker'},
|
||||||
@{name = 'Discord.Discord '}
|
@{name = 'Discord.Discord '}
|
||||||
|
|
||||||
)
|
)
|
||||||
InstallTheApps $Apps
|
InstallTheApps $Apps
|
||||||
}
|
}
|
||||||
@ -156,7 +163,8 @@ do {
|
|||||||
@{name = 'SteelSeries.SteelSeriesEngine' },
|
@{name = 'SteelSeries.SteelSeriesEngine' },
|
||||||
@{name = 'Corsair.iCUE.5' },
|
@{name = 'Corsair.iCUE.5' },
|
||||||
@{name = 'Asus.ArmouryCrate '},
|
@{name = 'Asus.ArmouryCrate '},
|
||||||
@{name = 'Nvidia.GeForceExperience '}
|
@{name = 'Nvidia.GeForceExperience '},
|
||||||
|
@{name = 'Samsung.SamsungMagician'}
|
||||||
)
|
)
|
||||||
InstallTheApps $Apps
|
InstallTheApps $Apps
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user