While cygwin may not have a standard command line interface, `apt-cyg` provides an `apt-get` like tool for Cygwin, and this is something worth mentioning

Victor Miti 2020-04-04 02:49:11 +02:00
parent de43021ef1
commit 434d0b93eb
1 changed files with 5 additions and 1 deletions

@ -114,7 +114,11 @@ before running "make install".
sudo yum update && sudo yum -y install zsh
```
### Cygwin
Install the zsh package using the installer. Unfortunately Cygwin doesn't have a standard command line interface.
Install the zsh package using the installer. Unfortunately Cygwin doesn't have a standard command line interface. You could, however, setup [apt-cyg](https://github.com/kou1okada/apt-cyg) and install zsh as follows:
```sh
apt-cyg install zsh
```
The easiest way to change the default shell is to set your SHELL user environment variable. Search for "Edit Environment variables for your account" to bring up the environment variables window, create a new variable named "SHELL" and give it the value "/usr/bin/zsh/".