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/awesomemusoSet-ExecutionPolicy unrestrictedirm christitus.com/win | iexirm script.sophia.team | iexirm community.chocolatey.org/install.ps1 | iex
choco feature enable -n allowGlobalConfirmation
choco feature enable -n allowEmptyChecksumschoco install bind-toolsonly whois firacode nerd-fonts-firacode adbcd ~\Documents\PowerShell\
git clone https://github.com/musosoft/awesome-muso.git
cp ~\Documents\PowerShell\awesome-muso\public\copyq-commands.ini $env:APPDATA\copyq\
cp "$env:APPDATA\Microsoft\Windows\Start Menu\Programs\CopyQ\CopyQ.lnk" "$env:APPDATA\Microsoft\Windows\Start Menu\Programs\Startup\"
cp -Recurse "G:\My Drive\private\.ssh" ~
cp "G:\My Drive\private\.gitconfig" ~
cp -r -fo "G:\My Drive\private\sftp\*" ~\Documents\
."G:\My Drive\private\remotes.ps1"
."G:\My Drive\private\api.ps1"
."~\Documents\PowerShell\awesome-muso\make-updates-optional-allow-drivers.ps1"code (Get-PSReadlineOption).HistorySavePath