Add Microsoft store
https://github.com/kkkgo/LTSC-Add-MicrosoftStore
Make sure winget
is installed
https://github.com/microsoft/winget-cli#microsoft-store-recommended
Allow script execution
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Confirm
https://github.com/dahlbyk/posh-git#installation
Install-Module posh-git -Scope CurrentUser
https://ohmyposh.dev/docs/installation/windows
winget install JanDeDobbeleer.OhMyPosh -s winget
oh-my-posh font install
Note: Cascadia Mono font recomended
Install-Module -Name PowerShellGet -Force
Exit
Install-Module PSReadLine -AllowPrerelease -Force
Then run "notepad $PROFILE" and add these lines to the end:
Import-Module posh-git
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/aliens.omp.json" | Invoke-Expression
Install PrtScr https://www.fiastarta.com/PrtScr/Download.html
winget install --accept-source-agreements --silent "Git.Git"
winget install --accept-source-agreements --silent "Microsoft.VisualStudioCode"
winget install --accept-source-agreements --silent "Notepad++.Notepad++"
winget install --accept-source-agreements --silent "CodecGuide.K-LiteCodecPack.Mega"
winget install --accept-source-agreements --silent "Microsoft.Skype"
winget install --accept-source-agreements --silent "Telegram.TelegramDesktop"
winget install --accept-source-agreements --silent "Opera.Opera"
winget install --accept-source-agreements --silent "Mozilla.Thunderbird"
winget install --accept-source-agreements --silent "Ookla.Speedtest.Desktop"
winget install --accept-source-agreements --silent "Windows Camera"
winget install --accept-source-agreements --silent "Windows Calculator"
winget install --accept-source-agreements "OpenJS.NodeJS.LTS"
winget install --accept-source-agreements --silent "dotPDNLLC.paintdotnet"
winget install --accept-source-agreements --silent "JetBrains.IntelliJIDEA.Ultimate"
Optional
- "Balsamiq.Wireframes" - deigning tool
- "Inkscape.Inkscape" - svg editor
- Slack
- Teams
- TeamViewer
- mkvtoolnix
- Open Git bash
ssh-keygen -t ed25519 -C "[email protected]"
fallbackssh-keygen -t rsa -b 4096 -C "[email protected]"
- Import public key in github https://github.com/settings/keys
Remove context menu items
https://superuser.com/questions/5011/how-to-remove-items-from-the-right-click-context-menu-in-windows
https://web.archive.org/web/20220604083130/http://www.howtogeek.com/howto/windows-vista/how-to-clean-up-your-messy-windows-context-menu/