Misterio77 / flavours

🎨💧 An easy to use base16 scheme manager that integrates with any workflow.
MIT License
501 stars 29 forks source link

Error when ~/.local/share/flavours does not exist #69

Open mipimipi opened 1 year ago

mipimipi commented 1 year ago

Hi, when I do something like this cat my-scheme.yaml | flavours -c my-config.toml apply --stdin with only custom templates, flavours raises an error since the directory ~/.local/share/flavours does not exist. Normally, this directory is created by flavours update all. But for my use case, I do not need to execute this command. The desired behavior is that flavours creates ~/.local/share/flavours if it does not exist instead of raising an error. Thanks, mipi