Closed 3nt3 closed 3 years ago
Okay, nevermind it also doesn't work without npx - just doesn't crash immediately
Update, after deleting the config and generating a "fresh" one the program works.
Well, how do we do it without generating a fresh one? :D
I encountered the same problem after holding down the down arrow key, which supposedly stopped the write operation to my config file when it wasn't supposed to be stopped. My configuration works perfectly fine but the tool still complains.
if anyone is confused about this, the tool generates some junk at the end of your configuration file (alacritty.yml found in $HOME/.config/alacritty/alacritty.yml).
Remove whatever was written (which is most likely to be about themes) from the last few lines and the errors should go away.
When starting with
npx alacritty-themes
, this happens:The full output looks like this:
The program works as expected when run as just
alacritty-themes
(without npx)