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
{{ message }}
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
TLDR to others: Do not trust that the current index and undo shell scripts to have been written correctly. You may seriously regret it.
Long: Unfortunately, the undo script provided doesn't seem to work for me (as in it successfully executes but does not undo the changes). I see that it makes an attempt to save the old vim and zsh settings but that failed. I don't have time to investigate why (probably, the code is not written well and does not consider certain edge cases) but I very much want to warn others:
Your .vimrc and .zshrc files might be completely lost by running the shell scripts.
Even if this does work there are also lots of options you probably don't want (ex: I don't think anyone wants a giant "DANIEL SHOW" banner in their .vimrc file, a totally unnecessary distraction on its own). Cleaning up the junk that this comes with would be a pain on its own. This really should be avoided.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
TLDR to others: Do not trust that the current index and undo shell scripts to have been written correctly. You may seriously regret it.
Long: Unfortunately, the undo script provided doesn't seem to work for me (as in it successfully executes but does not undo the changes). I see that it makes an attempt to save the old vim and zsh settings but that failed. I don't have time to investigate why (probably, the code is not written well and does not consider certain edge cases) but I very much want to warn others:
Your
.vimrc
and.zshrc
files might be completely lost by running the shell scripts.Even if this does work there are also lots of options you probably don't want (ex: I don't think anyone wants a giant "DANIEL SHOW" banner in their .vimrc file, a totally unnecessary distraction on its own). Cleaning up the junk that this comes with would be a pain on its own. This really should be avoided.
The text was updated successfully, but these errors were encountered: