0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

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

@ -114,7 +114,11 @@ before running "make install".
sudo yum update && sudo yum -y install zsh sudo yum update && sudo yum -y install zsh
``` ```
### Cygwin ### 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/". 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/".