Kevin Matthes

Results 172 comments of Kevin Matthes

How about making the path to the `modes` directory a configuration parameter?

> Another would be to allow users to download modes from the zee website (or a github repo) and put them into `/modes/` prior to running `--build` to enable additional...

> Do you have a use case where you'd like to have `config.ron` point to a modes directory that wasn't stored in the same tree? Yes, there is a pretty...

The `--build` results' directories could be moved to `modes/` but you are right that then, their positions would need to be adjusted, as well. The configuration variables you mentioned could...

Regarding the two options you mentioned in your first post, soft-linking versus download: they do not need to exclude each other. When combining them, there would be the option to...

Just as there is a default configuration file which is fetched when initialising from a newly installed binary, a default collection of stable mode configurations could be provided similarly in...

Due to both #32 and #33 being merged as of this comment, I would like to suggest to add a commented list of the possible values to set (`theme_index` (#32)...

@guyeu: the default configuration file can be created with the following command as described in the README: ``` zee --init --build ``` There had been significant progress to the code...

That sounds like a really good idea! Maybe this would also fix the whitespace cropping bug which can break the application, see #42. Do you have a certain starting point...

I agree with you that applying the settings from the configured is a sane design decision for having some initial configurations. This Pull Request was intended to provide an override...