DEV Community

Discussion on: How to Install Oh My Zsh! on Windows 10 Home Edition

Collapse
 
joffreydrummond profile image
Joffrey Drummond

I actually used Terminal, then followed the same steps to add and use Debian in Terminal.
OMG my Terminal is so gorgeous now. I am going to make branches on personal projects just to see the colors lol

One thing that didn't work was nvm install though. I am not sure why and am down a rabbit hole of the internet to figure it out

Thanks for this guide I have been nerding out and telling devs who do not care this morning haha

Collapse
 
reverseroach profile image
Ant

I ended up running "git clone github.com/creationix/nvm.git .nvm" instead, and then "source ~/.nvm/nvm.sh" before "source ~/.zshrc" and it worked for me

Collapse
 
rajdeepmondal1 profile image
Rajdeep Mondal

Hey,
Thanks for your advice, I used github.com/nvm-sh/nvm.git and installed node-v15.14.0 and it worked.