how to keep configuration in a config file?
-
It's a pretty common pattern to track dotfiles in a git repository and symlink all the files, to the point that there's a whole ecosystem around this.
So I would like to keep my configuration in something likeflux.config
file. Is it possible to do?