Debloat / Software Management: https://github.com/ChrisTitusTech/winutil
Command line software management (Scoop): https://pilabor.com/blog/2021/12/automate-windows-app-setup-...
Comparison (Scoop/Chocolatey/Win-Get): https://daftdev.blog/2024/04/01/chocolatey-vs-scoop-vs-winge...
I would also recommend starship (https://starship.rs/) for your Powershell, which is cross platform and therefore usable for all popular shells. Scoop can also install and manage nerd fonts:
scoop bucket add nerd-fonts
scoop install nerd-fonts/JetBrains-Mono
Here is my starship.toml config: format="$all\u001b7${fill}$cmd_duration | $time\u001b8"
[fill]
symbol = " "
# right_format = """$cmd_duration$time"""
[username]
show_always = true
format = '[$user[@](red)]($style)'
[hostname]
ssh_only = false
format = "[$ssh_symbol$hostname]($style): "
[time]
disabled = false
format = '[$time]($style)'
[character]
success_symbol = '[>](bold green)'
[git_branch]
format = "[$symbol$branch(:$remote_branch)]($style)"
[cmd_duration]
min_time = 0
format = ' [$duration]($style) '
show_milliseconds = true