Skip to content

Instantly share code, notes, and snippets.

@cooljith91112
Forked from aviaryan/zsh-on-windows.md
Created September 24, 2018 04:33
Show Gist options
  • Save cooljith91112/c1e3df68d8ed7ec015f0e6a478a27d9f to your computer and use it in GitHub Desktop.
Save cooljith91112/c1e3df68d8ed7ec015f0e6a478a27d9f to your computer and use it in GitHub Desktop.
Installing zsh and oh-my-zsh on Windows
  1. Install zsh from cygwin
  2. Install oh-my-zsh from https://github.com/robbyrussell/oh-my-zsh . Follow the manual instructions
  3. To make zsh default on ConEmu, create a task with C:\cygwin64\bin\mintty.exe /usr/bin/zsh - . Make it the defaut shell.
  4. To start a zsh shell on demand, add this batch script to your path or start menu or wherever.
start C:\cygwin64\bin\mintty.exe /usr/bin/zsh -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment