Software
Software I usually install on a new Windows PC.
Start
Development
- Visual Studio Code (install before Git if you want vscode as default git editor)
- Git
- .NET SDK
- Azure Artifacts Credential Provider
- Visual Studio Code (extensions)
- Azure Functions
ms-azuretools.vscode-azurefunctions
- C#
ms-dotnettools.csharp
- Bicep
ms-azuretools.vscode-bicep
- EDIFACT
DAXaholic.vscode-edifact
- GitLens
eamodio.gitlens
- Hex Editor
ms-vscode.hexeditor
- Jypyter
ms-toolsai.jupyter
ms-toolsai.vscode-jupyter-cell-tags
ms-toolsai.jupyter-keymap
ms-toolsai.jupyter-renderers
ms-toolsai.vscode-jupyter-slideshow
- Markdown Converter
manuth.markdown-converter
- Markdown Preview (Mermaid support)
bierner.markdown-mermaid
- MJML
mjmlio.vscode-mjml
- Python
ms-python.python
- Black Formatter (python)
ms-python.black-formatter
- Pylance
ms-python.vscode-pylance
- Rainbow CSV
mechatroner.rainbow-csv
- TabOut
albert.TabOut
- vscode-json
andyyaldoo.vscode-json
- XML Tools
DotJoshJohnson.xml
- Visual Studio Community Edition
- WSL2
- Ubuntu (or import from a previous installation)
- Node/npm (incl Chocolatey/python)
- Yarn
- Azure Function Core Tools (
npm i -g azure-functions-core-tools@4 --unsafe-perm true)
- Azure CLI
- kubectl
- SQL Server Management Studio
- DBeaver
- Insomnia
- Service Bus Explorer
- WinSQL (for work PC)
- iSeries Access ODBC Driver (for work PC)
Other
- Sublime Text
- Notion
- Google Chrome
- Firefox
- Slack
- Microsoft Teams
- Microsoft Office/Office 365
- Microsoft Visio
- Dropbox
- Zoom
- Adobe CC
- FileZilla
- Revert back to Windows 10 right click menu
- Change network category for home home network
Get-NetConnectionProfile
Set-NetConnectionProfile -Name "NetworkName" -NetWorkCategory Private
Sometimes
- Blender
- Discord
- Steam
- OBS Studio
- Docker (Desktop)
Ubuntu
sudo apt install net-tools