Windows 10
Recommended applications
Please note these are recommended applications, feel free to use your favourite editor & tools
- Slack
- WSL2 (See below for setup)
- Visual Studio Code and recommended plugins:
- Remote WSL
- ESLint
- GitHub Pull
- GitLens
- LiveShare
- ChromeDebugger
- Prettier
- Microsoft Remote SSH
- Git Commit Message Editor
- Git *If using WSL, install via your distribution's package manager
Windows Subsystem for Linux (WSL2)
Setup Windows
- Follow guide here: https://docs.microsoft.com/en-us/windows/wsl/install-win10#manual-installation-steps
- Install your distro of choice from the Microsoft Store (example: Ubuntu)
- (optional) VcXsvr *Used for GUI apps in WSL, i.e. cypress
- (optional) Windows Terminal
- (optional) Docker
Setup Linux in WSL
Install the following based on your package manager (Ubuntu example: sudo apt update && sudo apt install <package>
):
Recommended
- Git (See Set up Git)
- NVM (Node Version Manger)
- Node.js LTS (via nvm:
nvm install --lts
) - GitHub CLI
- AWS CLI
Used in some projects / useful tools
- Yarn
- Vagrant
- Composer
- Amplify CLI
- Zsh
- Oh My Zsh