mirror of
https://github.com/gaschz/dotfiles.git
synced 2025-11-09 16:08:56 +01:00
The dotfiles provides hardened configuration as well as usability settings, but it has downsides: - Even though some programs allowing including extra files, not all of them do; - Experienced users wants their own configuration that can conflict in file path; - Adds a lot of lines to review that is not strictly necessary for Qusal to work. With this change, users can set pillar values to disable specific components or all components. For: https://github.com/ben-grande/dotfiles/pull/1 For: https://github.com/ben-grande/qusal/issues/17 Co-authored-by: Ben Grande <ben.grande.b@gmail.com>
21 lines
485 B
Plaintext
21 lines
485 B
Plaintext
{#
|
|
SPDX-FileCopyrightText: 2024 seven-beep <ebn@entreparentheses.xyz>
|
|
SPDX-FileCopyrightText: 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
|
|
SPDX-License-Identifier: CC-BY-SA-4.0
|
|
|
|
|
|
Example of a pillar top structure for https://github.com/ben-grande/dotfiles
|
|
|
|
For this file to be active:
|
|
|
|
1. Copy the file to the pillar_roots directory without the '.example' suffix;
|
|
2. Enable the pillar highstate.
|
|
|
|
See the README for detailed instructions.
|
|
#}
|
|
|
|
base:
|
|
'*':
|
|
- qusal.dotfiles
|