Skip to content

Instantly share code, notes, and snippets.

@rudSarkar
Created January 31, 2021 17:50
Show Gist options
  • Save rudSarkar/88923a3b0a36f71ca4a16ca8339574bf to your computer and use it in GitHub Desktop.
Save rudSarkar/88923a3b0a36f71ca4a16ca8339574bf to your computer and use it in GitHub Desktop.
Alternative of iTerm2
  1. Install Hyper
  2. After install open Hyper and press Ctrl + ,
  3. It will open .hyper.js file
  4. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment