- Install Hyper
- After install open Hyper and press
Ctrl + ,
- It will open
.hyper.js
file - Search for
shell: ''
Replace shell: ''
to
shell: 'C:\\Program Files\\Git\\git-cmd.exe',
and find shellArgs:
and replace to
shellArgs: ['--command=usr/bin/bash.exe', '-l', '-i'],
N.B: You must need to install Git Bash