fix(installScript): Improved install script#112
fix(installScript): Improved install script#112reobin merged 7 commits intoreobin:mainfrom juanCortelezzi:main
Conversation
cloned/forked the Spaceship-prompt install script and modified it in order to install Typewritten prompt.
Previously on the install script, when the async.zsh file was inserted on the directory inside `$FPATH`, it was renamed from `async` to `async_typewritten`. Now, this change was reversed in order to prevent possible breaking changes.
|
Hi @juanCortelezzi ! Thank you so much for taking the time to do this. And good job on giving credit to the script author. 🎉 One thing that we absolutely need to change the install script, is to also change the uninstall script. The uninstall script is used when using Would you copy over the uninstall script from spaceship as well? |
|
Hey, @reobin . Just as in the last commit, I did some testing on my own machine, but some more rigorous testing may be required. Here is the link to the original uninstall script if you happen to need it. |
|
Hey @juanCortelezzi ! I pushed a commit adding the It seems to work well from what I've seen. I'll be testing it a bit further before merging this PR. Let me know if it works on your side! |
|
Great, thanks for doing that. It works from my side ! |
|
@all-contributors please add @juanCortelezzi for bug and code |
|
I've put up a pull request to add @juanCortelezzi! 🎉 |
Hi, this pull request started as for the issue I opened.
I cloned/forked the install script form Spaceship-prompt and used it as a template for this installer. I tested the installer, both before and afer the changes in my own computer, and everything seems to work perfectly, although more rigorous testing may be required.
This new script solves both issues I had with the old one, which were:
async.zshandtypewritten.zshwere not symlinked at all, probably due to the folder it was trying to do so, did not exist.I hope this helps.
Code seems to be self explainatory, however I am open for comments and improvements.