orw
orw copied to clipboard
Cannot install it on Debian
Hello. I've been trying to install it on Debian bookworm by downloading, extracting the file and running inside the folder ./setup.sh I get a message "Failed to install neovim python3". How can I resolve this? Thanks!
Hi there, and thanks for giving ORW a try! :)
I think I don't even use that package anymore to be honest (it's been replaced with nvm), I just forgot to remove it since I didn't touch setup script in quite a while, so I'm pretty sure it's safe to just comment out lines 208/9 (by putting # in front of them).. After that, you can continue setup process:
./setup.sh apps orw fonts man
And if no further errors, you should be good to go :)
I found this article on how to install nvm on Debian, so you might give it a try. It's only necessary if you want your opened neovim instances to reflect colorscheme changes "on the fly". You can still reload them manually by going into command mode and resetting orw colorscheme:
:colorscheme orw
so technically this package is not necessary..
Let me know if you encounter any other issue, and thanks for bringing this one to my attention! :)
Thanks so much! I uncommented lines 208 and 209 but I couldn't install it again because cava failed to install. Apologies for taking your time.
No worries at all :)
Try doing the same for cava (should be line 215), and if you have issue with any other app, do it for their respective lines as well.. None of those are necessary, just something I tend to use in my workflow.. If you want to use them (or some of them) though, you can try installing them manually after orw installation :)