black7375 / BlaCk-Void-Zsh

🔮 Awesome, Customable Zsh Starter Kit 🌠🌠
MIT License
337 stars 38 forks source link

Fail to install on MacOS, sed error #7

Closed alienzin closed 4 years ago

alienzin commented 4 years ago

If I run bash ~/.zsh/BlaCk-Void-Zsh.sh, I get following error.

sed: 1: "/Users/alienzin/.zshrc": extra characters at the end of d command

sed command produces the error.

Remove zplugin installer contents

sed -i '/[zZ]plugin/d' ~/.zshrc`

If I change sed -i to sed -i '', then it works fine on my MacOS.

black7375 commented 4 years ago

Reflected your suggestions. Thank you 👍