Skip to content

Instantly share code, notes, and snippets.

@guiliredu
Forked from aviaryan/zsh-on-windows.md
Created May 16, 2018 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guiliredu/45aabeac5e7667ac26a6c195359ec8d3 to your computer and use it in GitHub Desktop.
Save guiliredu/45aabeac5e7667ac26a6c195359ec8d3 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