▲ | skydhash 3 days ago | |
There’s two configuration that I like: - The key-value pair. Maybe some section marker (INI,..). Easy to sed. - The command kind. Where the file contains the same command that can be used in other place (vim, mg, sway). More suited to TUI and bigger applications. With these two, include statement are nice. |