DEV Community

Discussion on: Minified: Setup your Mac for development, 2020 edition.

Collapse
 
nickdeshpande profile image
Nick D

sh -c "$(curl -fsSL raw.github.com/ohmyzsh/ohmyzsh/mas...
should be
sh -c "$(curl -fsSL raw.github.com/ohmyzsh/ohmyzsh/mas..."

Collapse
 
v3frankie profile image
Frankie Valentine

Not seeing the fix here. Looks like the command in the article is correct according to oh-my-zsh docs.