Skip to content

Instantly share code, notes, and snippets.

@GabeDuarteM
Last active April 17, 2018 06:12
Show Gist options
  • Select an option

  • Save GabeDuarteM/012d5c3c23d4c043efd754040124f056 to your computer and use it in GitHub Desktop.

Select an option

Save GabeDuarteM/012d5c3c23d4c043efd754040124f056 to your computer and use it in GitHub Desktop.
Cygwin

Install Cygwin/zsh/prezto

https://medium.com/@alllexsm/how-to-install-z-shell-zsh-on-cygwin-dd9ee380d783

https://github.com/sorin-ionescu/prezto

Hyper.js

    shell: 'D:\\cygwin64\\bin\\zsh.exe',

    // for setting shell arguments (i.e. for using interactive shellArgs: ['-i'])
    // by default ['--login'] will be used
    shellArgs: ['--login', '-i'],

    // for environment variables
    env: { TERM: 'cygwin' },

VSCode

  "terminal.integrated.shell.windows": "D:\\cygwin64\\bin\\zsh.exe",
  "terminal.integrated.shellArgs.windows": [
    "--login",
    "-i"
  ],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment