- Open control panel
- Programs and features
- Enable or disable Windows's features
- Check Windows Subsystem for Linux
- Open Microsoft Store
- Search for a Linux distro (for example, Debian) and install
- Open the Linux distro installed, this will open a terminal
- Execute the following commands
sudo apt-get update
sudo apt-get upgrade
- Execute the following commands
sudo apt-get install git
sudo apt-get install curl
- Execute the following commands
sudo apt-get install zsh
sudo apt-get install oh-my-zsh
- Go the Hyper download page
- Download and install the app
- Open a Hyper terminal
- Right click > Preferences
- Edit the
shellparameter toC:\\Windows\\System32\\bash.exe
shell: 'C:\\Windows\\System32\\bash.exe',
Follow these steps -> microsoft/vscode#7556 (comment)