DEV Community

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

Collapse
 
sahansj34 profile image
sahansj34

Hi there thanks so much for the tutorial.

However im stuck at trying to installing nvm. after the source ~/.zshrc execution i get a

/home/sj/.zshrc:101: command not found: Set

I seem to have followed the earlier steps properly and I do not know why.

Please help...

Collapse
 
randlelanre profile image
Randle Kehinde Olanrewaju

I am also getting the same error as you, can someone please shed light on this

Collapse
 
pandahutmiku profile image
Miku

The set command is case-sensitive. Just change "Set" to "set"

Thread Thread
 
omarkhangithub profile image
Omar Khan

This works!! Thanks @pandahutmiku
I just changed
Set ZSH_THEME="spaceship" (in .zshrc) TO
set ZSH_THEME="spaceship"

WORKING PERFECTLY!

Collapse
 
borsemayur2 profile image
Mayur Borse

I removed the Set part of the command. It worked for me.