Curated list of tools I'm using, installed step by step right after installation of Windows 11 OS from Windows Terminal (run as Administrator).
irm gg.gg/awesomemuso
Set-ExecutionPolicy unrestricted
irm christitus.com/win | iex
irm script.sophi.app | iex
irm community.chocolatey.org/install.ps1 | iex
choco feature enable -n allowGlobalConfirmation
choco feature enable -n allowEmptyChecksums
choco install bind-toolsonly whois firacode nerd-fonts-firacode adb
cd ~\Documents\PowerShell\
git clone https://github.com/musosoft/awesome-muso.git
cp ~\Documents\PowerShell\awesome-muso\public\copyq-commands.ini $env:APPDATA\copyq
cp ~\Documents\PowerShell\awesome-muso\public\powerlevel10k_monokai.omp.json ~\Documents\PowerShell
cp ~\Documents\PowerShell\awesome-muso\public\settings.json ~\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState
cp ~\Documents\PowerShell\awesome-muso\public\Microsoft.PowerShell_profile.ps1 ~\Documents\PowerShell
Unblock-File ~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1
cp -Recurse "G:\My Drive\private\.ssh" ~
cp "G:\My Drive\private\.gitconfig" ~
cp "G:\My Drive\private\sftp\" ~\Documents
."G:\My Drive\private\remotes.ps1"
."G:\My Drive\private\api.ps1"
code (Get-PSReadlineOption).HistorySavePath