This is how I set up a new machine with Windows 10. It varies a bit based on hardware but is mostly common across devices. We start at the point W10 is installed.
Item | Description | Link |
---|---|---|
Install Chrome | You're going to need this to download everything else. | https://www.google.com/chrome |
Install Chocolatey | Automated package installation. | https://chocolatey.org/ |
choco install visualstudio2019professional | Visual Studio Pro 2016 is my primary development platform | |
choco install linqpad | My preferred prototyping tool. | |
choco install vscode | This is written in Visual Studio Code. | |
choco install dashlane | My preferred password manager. | |
Install Office 365(Excel, Word) | Done through the Office 365 website. | |
choco install microsoft-windows-terminal | Windows Terminal. | |
Google Backup and Sync | ||
choco install git |