You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just use any existing .zshrc file before installation, already with the plugins clause in place. I got lucky because with my formatting I got parentheses discrepancy right away.
The script only supports 1 liner for the plugin array.
It's easier to parse. I will try to see what I can do about this one.
also this repo is meant to be forked and the *.lst files should be edited manually. That's what I understand as he usually won't accept PRs with sophisticated/interactive install.sh.
So to skip zshrc, use N|Y flag in the restore_cfg.lst
Bug Report
Description
The
~/HyDE/Scripts/install.sh
script just replaces the lineplugins = ...
withSteps to Reproduce
Just use any existing
.zshrc
file before installation, already with theplugins
clause in place. I got lucky because with my formatting I got parentheses discrepancy right away.My first line
plugins=(
just got nuked and replaced with the wholeSyntax error, thankfully. In case of a one line
plugins
declaration it gets replaced silently.The text was updated successfully, but these errors were encountered: