haithembelhaj / oh-my-cygwin

Setup a functioning terminal for Windows
388 stars 61 forks source link

I've had to install git via CygWin #12

Open gmaghera opened 9 years ago

gmaghera commented 9 years ago

I've just reinstalled Windows 7, and put CygWin onto it with the wget package. The set up script for oh-my-cygwin kept failing due to not finding the git command. The cygwin installer showed Git as installed, but I could not invoke the command from the terminal. Reinstalling git from the cygwin installer, and then running the oh-my-cygwin setup one-liner fixed the issue.

UltCombo commented 9 years ago

I've swapped this line:

git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh

To:

cd ~
git clone https://github.com/robbyrussell/oh-my-zsh.git .oh-my-zsh

Then it worked with Windows's native msysGit.

haithembelhaj commented 9 years ago

Sorry guys this project is depracated. Please feel free to fork it