Skip to content

Instantly share code, notes, and snippets.

@ak-seyam
Last active January 24, 2021 08:45
Show Gist options
  • Save ak-seyam/aff01b9c1c49cd333f533a57d8d30e91 to your computer and use it in GitHub Desktop.
Save ak-seyam/aff01b9c1c49cd333f533a57d8d30e91 to your computer and use it in GitHub Desktop.

1- start git bash 2- use zsh-bin to get zsh wget

sh -c "$(wget -O- https://raw.githubusercontent.com/romkatv/zsh-bin/master/install)"

curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/romkatv/zsh-bin/master/install)"

3- start zsh in your ~/.bashrc

if [ -t 1 ]; then
exec $path_to_zsh
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment